FIAP Task Manager

Simple application made with with Next.js and MongoDB.

Requiremnts

Basically we need:

Run (back-end)

To run the Next.js:

cd backend
npm i
npm run dev

Run container

To create MongoDB and mongo-express containers:

docker-compose up -d --build