A simple project management application with basic CRUD functionality.
You can create, read, update, and delete projects, tasks, and team members — making it easy to manage project workflows in one place.
This project was built as part of Team C, Developers Foundry 2.0 Bootcamp.
- Sarah Victoria Shittu - Backend Developer (Nodejs)
- Adepoju Fathia Adeshola - Backend Developer (Nodejs)
- Elijah Oladapo - Backend Developer (Nodejs)
- Create
- Read
- Update
- Delete
- Search & filter a task
- Node.js
- Typescript
- Postgres
git clone https://github.com/Developer-s-Foundry/DF.2.0-task-mgt-task-service.gitnpm installDB_NAME=dftaskManagement
DB_USER=postgres
DB_PASSWORD=yourpassword
DB_HOST=localhost
DB_PORT=5432
DB_SSL_ENABLED=false
PORT=4000npm run dev