Skip to content
/ llab Public

Local Lab - a Peer-to-Peer Lending and Borrowing platform to combat rising living costs

Notifications You must be signed in to change notification settings

msc49/llab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MONGO DB (Database)

  1. Download mongodb/brew: brew tap mongodb/brew

  2. Install mongodb: brew install [email protected]

  3. Keep mongodb running in the background: brew services start [email protected]

Any issues? See documentation: https://docs.mongodb.com/manual/tutorial/install-mongodb-on-os-x/

  1. NPM Install (bundle in client) cd client > npm install

  2. NPM Install (bundle in server) cd server > npm install

  3. Install nodemon globally (type command from anywhere) npm install --global nodemon

  4. Run server (starts express) cd server > nodemon index.js

  5. Run client (starts react) cd client > npm start

About

Local Lab - a Peer-to-Peer Lending and Borrowing platform to combat rising living costs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published