A service marketplace website that connects customers with local service providers such as plumbers, makeup artists, AC repair technicians, and more.
Group project for CEN3031
Developers:
- Adalys Garcia
- Carmen van Staden
- Cody Caraballo
- Izzy Jones
MERN Stack Prerequisites: Node.js MongoDB
Install Dependencies: In the root directory run npm install
To Run Website Locally:
- Clone Repository: Use git commands to clone the repository MechLizard/The-Feed git clone “https://github.com/MechLizard/The-Feed.git” and cd to The-Feed
- Setup Back-End: Install MongoDB, MongoDB Compass (to view database documents) and Node.js.
- Install Dependencies: Run “npm install” from the root directory.
- Start the Back-End Database: Start MongoDB compass and connect.
- Start the Back-End Server: From Root directory, run "node MERN/backend_server/server.js" to start the local server.
- Start Front-End: From a separate terminal and in the root directory, run "npm start".
- Testing: Run “npm test”.
To Generate Dummy Businesses: From root directory, run "node src/components/TESTING/insertBusinesses.js"