/task-manager-api

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

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

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