Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 258 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 258 Bytes

OneTask Node Server

Backend server of OneTask app. !!Currently under heavy development!!

Build Setup

# install mongo
sudo apt-get install mongodb

# install dependencies
npm install

# serve with hot reload at localhost:3000
npm run start