Skip to content

Task Manager REST API with Typescript, MongoDB & Express.js

License

Notifications You must be signed in to change notification settings

korayguler/task-manager-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Manager REST API

Clone this repo

# Clone this repository
$ git clone https://github.com/korayguler/task-manager-api

# Go into the repository
$ cd task-manager-api

Project setup

npm install

or

yarn

Compiles and hot-reloads for development

npm run dev

or

yarn dev

Compiles and minifies for production

npm run build

or

yarn build