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
- 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)
- Node 10.15.3
- mongoDB(or mLab)
- From within the root directory: npm install -g webpack npm install