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.
- Host: GitHub
- URL: https://github.com/orodrigogo/ignitegym-api
- Owner: orodrigogo
- Created: 2022-09-29T23:44:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-23T13:11:56.000Z (over 2 years ago)
- Last Synced: 2025-03-29T13:12:08.215Z (6 months ago)
- Language: JavaScript
- Size: 7.16 MB
- Stars: 27
- Watchers: 3
- Forks: 43
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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