Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 398 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 398 Bytes

Cryptocurrency Tracking And Analysis System

Capstone Project - Backend API

1. Clone project

git clone https://github.com/Capstone-C2SE02-TI/backend-node-mongodb.git

2. Change directory to folder backend-node-mongodb

cd backend-node-mongodb

3. Install dependencies

npm install

4. Run in developement mode

npm start