This Express.JS API was made as an assessment for the Software Engineering Class at Information Systems B.Sc. in UFPE
You can check this app`s Database Model here
You can check this app`s Documentation draft here
You can check how to deploy this app using AWS Elastic BeanStalk here
You can check test notes and draft here
You can test this API locally using Postman:
Clone this repository
Set up the .env file with mongodb uri, and run these commands:
npm install
npm start-dev
Just run
npm test
to execute tests for this app
You can use tools like Docker Desktop to deploy this project in your local machine.
Clone this repository
Set up the .env file with mongodb uri and run this command:
docker compose up
You can also check how to deploy using AWS Elastic BeanStalk