Node-Task-Management-App
API for Task Management Application
This is a simple Task Management API Application.
This project is an externally usable API for managing Tasks/ Todos for a project.
It allows Users to track the newly created tasks and completed tasks.
The application can serve as a roadmap to guiding team members in building a project.
It allows users to:
Create Tasks
Edit/ Update Tasks
Update Tasks
Delete Tasks.
The Project is built with Node Js (Express JS) and Mongo Db.
Requirements:
Node and Npm
MongoDB
Usage:
- Clone the repository:
git clone https://github.com/Rhotimee/Node-Task-Management-App.git
- Install the application:
npm install
- Place your own MongoDB URI in server/config/config.js
- Start the server: node server.js
- Open your browser and Navigate to localhost:3000/todos or use postman to perform actions.
The Future Plans for this project is to Add:
User Registration
Social Login
User Interface
Create Boards to group Tasks
Github: https://github.com/Rhotimee/Node-Task-Management-App
Proof of Work:
Posted on Utopian.io - Rewarding Open Source Contributors