Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 413 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 413 Bytes

BootCamper-backend

Backend REST API for BootCamper application, a bootcamp directory website to manage bootcamps, courses, users and authentication. Tech Stack: NodeJS, ExpressJS, MongoDB.

Install Dependencies

npm install

Run App

# Run in dev mode
npm run dev

# Run in prod mode
npm start

BootCamper Frontend Repository.