An open API service indexing awesome lists of open source software.

https://github.com/orodrigogo/ignitegym-api

Back-end da aplicação mobile Ignite Gym.
https://github.com/orodrigogo/ignitegym-api

Last synced: 6 months ago
JSON representation

Back-end da aplicação mobile Ignite Gym.

Awesome Lists containing this project

README

          

### 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