ignitegym-server/README.md
2022-09-29 20:45:12 -03:00

13 lines
No EOL
661 B
Markdown

### Scripts
| Script | Target |
| ------------------------- | -------------------------------------------------- |
| `npm run dev` | Run API in **development** environment |
| `npm start` | Run API in **production** environment |
| `npm run migrate` | Create database tables |
| `npm run seed` | Populate database tables |
### API Docs
To view the API documentation, run the API and access [http://localhost:3333/api-docs](http://localhost:3333/api-docs) in your browser