Skip to content

mdabhn/task-app-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Task manger Api

This is a simple task manager api. you can call end points to create, read, update and delete task.

One have to sign up for creating or accessing their own task.

Install Node Packages

npm i

To Run Dev server, Type

`npm run dev`