Task Manager
Project's Description
The Task Manager is an application that allows users to create, view, update, and delete tasks.
Environment and tools
- Node.js v22.2.0
- Typescript
- GraphQL
- Express
- Apollo Server
- Docker
- Prisma
- PostgreSQL
Steps to run and debug
- Clone the project repository:
git clone https://github.com/indigotech/onboard-bianca-lima.git
- Install dependencies:
npm install
- Run this Docker command:
docker compose up -d
- Run the project:
npm start