Alvo Cifras API

October 29, 2022 ยท View on GitHub

REST API for Alvo Cifras website.

home

Swagger available on /swagger path


Running the application

.env file

  • Create a .env file on the project root
    • Use .env.sample for reference

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