Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 392 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 392 Bytes

express-mongo-starter

Setup

This project uses npm for package management

To install required dependencies navigate to the /api folder and run...

npm install

Running the API

The API lives in the /api folder. Navigate there before running any of these commands.

To start the API...

npm run start

To start the API run with hot reload...

npm run dev