/Hearth-Home

Primary LanguageJavaScript

Getting Started with Create React App

This project was bootstrapped with Create React App.

TODO: -Set up the server with express. -Install nodemon and concurrently for running both client and the server. -Add env file to add the port and the mongo URL. -Add routes, model, and controllers folders. -Config the DB. -Design home schema. -Add home router.

To run this app

1-In the client folder to install all dependencies run: -npm install. 2-In the server folder run: -npm install -Make a env file in the root of the folder and you need to add the MONGO_URI. -After set up mongo you need to seed CSV data into mongo by running: npm run data:import 3- To run both the client side and the server run: -npm run dev

Screen Shot 2021-10-05 at 10 01 29 AM

Screen Shot 2021-10-05 at 10 05 27 AM