Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 1.33 KB

README.md

File metadata and controls

41 lines (22 loc) · 1.33 KB

MVP-caregiver

Full stack Care Provider finder application to capture all business process to find provider in local area. See demo at https://nanny-demo.herokuapp.com

Screen Shot 2019-03-24 at 11 57 54 PM Screen Shot 2019-03-24 at 11 58 07 PM Screen Shot 2019-03-24 at 11 58 25 PM Screen Shot 2019-03-24 at 11 58 32 PM Screen Shot 2019-03-24 at 11 58 42 PM

Table of Contents

  1. Setup
  2. Requirements

To Set Up & Run Locally

  • npm install
  • npm run react-dev to run webpack
  • npm start to run server
  • run mongod in terminal tab, run mongo in new terminal tab
  • npm run seed to seed the database for mongoDB(seeds data for 100 records)

Requirements

  • Node 10.15.3
  • mongoDB(or mLab)

Installing Dependencies

  • From within the root directory: npm install -g webpack npm install