Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 347 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 347 Bytes

Express|MongoDB backend for Grow CRM

To run locally, install dependencies with yarn install.

Then, ensure you have MongoDB service running locally (on the default port: localhost:27017),

Then, run either yarn start (to simply start the server) or yarn watch (to start the server and automatically reload after making changes)