Skip to content

lucas-santosP/task-manager-backend

Repository files navigation

Lucid Task - Personal Task Manager (Backend)

Lucid Task Logo

This is the backend of the app, the frontend can be found on this repository.

Built with

  • Node.js
  • Express
  • Typescript
  • Docker
  • MongoDB (Mongoose)
  • API deployed on Render
  • Database deployed on Atlas clusters

Setup

Create a file in the root folder named .env and type:

ACCESS_TOKEN_SECRET=<your-token-secret>

docker compose command:

make up
make down
docker logs -f api

About

Task manager API using Node, Typescript e MongoDB.

Resources

Stars

Watchers

Forks