No description
Find a file
2023-01-31 14:38:39 -03:00
exercises back-end app 2022-09-29 20:45:12 -03:00
src refactor: refresh token 2023-01-31 14:38:39 -03:00
tmp back-end app 2022-09-29 20:45:12 -03:00
.DS_Store refactor: refresh token 2023-01-31 14:38:39 -03:00
.gitignore back-end app 2022-09-29 20:45:12 -03:00
insomnia.json back-end app 2022-09-29 20:45:12 -03:00
knexfile.js back-end app 2022-09-29 20:45:12 -03:00
package-lock.json refactor: refresh token 2023-01-31 14:38:39 -03:00
package.json refactor: refresh token 2023-01-31 14:38:39 -03:00
README.md back-end app 2022-09-29 20:45:12 -03:00

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 in your browser