Backend of the AntiFome app
This app is made using Nodejs, Express, Sequelize, Postgres
To run this app follow these instruction:
- Install
dockerand rundocker compose upin order to deployPostgres - Install
node.jsandnpm - Run
npm start - Install postman or another HTTP client
- Make requests for this app
http://localhost
Check them all out on the files into the routes and its controllers for more information
/account GET
/cities GET
/donations GET, POST
/donations/all GET
/donations/waiting_donations GET
/ GET
/institutions GET
/login POST
/register POST
/packages GET, POST, DELETE
/packages/receive POST
/packages/content GET, DELETE
/packages/institution GET
/packages/content/institution GET