Alvo Cifras API
October 29, 2022 ยท View on GitHub
REST API for Alvo Cifras website.

Swagger available on
/swaggerpath
Running the application
.env file
- Create a
.envfile on the project root- Use
.env.samplefor reference
- Use
Commands
- Run the application with watch enabled
npm run watch-node
- Update swagger documentation
npm run update-swagger
- Deploy app to heroku
npm run deploy
Technologies used
- NodeJs + Typescript for the API
- Express was used for running the web server
- Prisma + PlanetScale for database infra