17 lines
150 B
Markdown
17 lines
150 B
Markdown
# trainer-api
|
|
|
|
RESTful web API for the Trainer App.
|
|
|
|
## Install
|
|
```
|
|
npm install
|
|
```
|
|
|
|
## Run
|
|
```
|
|
npm start
|
|
```
|
|
|
|
## Documentation
|
|
http://localhost:4000
|