Node-Task-Management-App

By @rhotimee1/14/2018utopian-io

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:
  1. Clone the repository: git clone https://github.com/Rhotimee/Node-Task-Management-App.git
  2. Install the application: npm install
  3. Place your own MongoDB URI in server/config/config.js
  4. Start the server: node server.js
  5. 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:
Screen Shot 2018-01-14 at 7.55.16 PM.png

Screen Shot 2018-01-14 at 7.56.01 PM.png



Posted on Utopian.io - Rewarding Open Source Contributors

7

comments