Skip to content

kerlos-alfy/TODO-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nodejs-TODO API

Basic real time chat application with;

  • Node.js
  • ExpressJS
  • MONGO DB

Install And Run App

Clone the project

  git clone https://github.com/kerlos-alfy/TODO-API.git

Go to the project directory

  cd TODO-API

Install dependencies

  npm install

Start the server

  node app.js

connect to api

  localhost:3000

🛠 Skills

Javascript, HTML, CSS...

Tech Stack

Node JS, Express, MONGO DB

API Reference

Get All TODO

  GET /api/v1/todo

Create TODO

  GET /api/v1/todo
Parameter Type Description
title string Required
description string Required
due_date Date Required
status string enum => waiting, in progress, done

Udpdate TODO

  Update /api/v1/todo/${id}

Delete TODO

  Update /api/v1/todo/${id}

Authors

Nodejs-TODO API

Basic real time chat application with;

  • Node.js
  • ExpressJS
  • MONGO DB

Nodejs-TODO API

 https://documenter.getpostman.com/view/15492489/2s9YeD8DSZ#59388e0d-3b76-477c-8a77-87a73e3cf23f

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published