8000 GitHub - Shoaib-Naseer/Task-Manager
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Shoaib-Naseer/Task-Manager

Repository files navigation

Task-Manager

Task Manager RESTFul-API

Task manager application built using NODE JS and MongoDB. It follows a RESTFul API design architecture. The app sends an email notification upon registration and deactivation of the user's account. It's richly built with a simple scientific technique and best practices in the world of API design.

Features

  • Create Task
  • Update a Task
  • View All task
  • View Specific Task
  • Delete a Task

ScreenShots

Home Page

command line in ide

Updating Task Page

command line in ide

API Endpoints

Methods Endpoints Access Description
GET /tasks Public get All Tasks
POST /tasks Public create a Task
GET /tasks/:id Public check out a task
PATCH /tasks/:id Public Update a Task
DELETE /tasks/:id Public Delete a Task

Contributing

You can fork the repository and send pull request or reach out easily to me via twitter => Shoaib Naseer

Security Vulnerabilities

If you discover a security vulnerability within the project, please create an issue. All security vulnerabilities will be promptly addressed and appreciated.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0