Skip to content

An Express.JS API made for a challenge of the Software Engineering Discipline at Information Systems B.Sc. in UFPE

Notifications You must be signed in to change notification settings

luucaslfs/express-api-challenge

Repository files navigation

ExpressJS API

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: Run in Postman



Running in dev mode

Clone this repository
Set up the .env file with mongodb uri, and run these commands:

npm install
npm start-dev

Testing

Just run

npm test

to execute tests for this app

Docker / Deploy

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

About

An Express.JS API made for a challenge of the Software Engineering Discipline at Information Systems B.Sc. in UFPE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published