Basic real time chat application with;
- Node.js
- ExpressJS
- MONGO DB
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
Javascript, HTML, CSS...
Node JS, Express, MONGO DB
GET /api/v1/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 |
Update /api/v1/todo/${id}
Update /api/v1/todo/${id}
Basic real time chat application with;
- Node.js
- ExpressJS
- MONGO DB
https://documenter.getpostman.com/view/15492489/2s9YeD8DSZ#59388e0d-3b76-477c-8a77-87a73e3cf23f