This README file provides instructions for setting up and running the app. These instructions assume that you have basic knowledge of node, react and the command line.
Before you can set up and run the app, you will need the following:
- Node.js 10 or later
- npm
-
Open your terminal and navigate to the backend directory and run the command below to install packages
npm install
-
Create
uploads
folder. All uploaded images of resturants will be saved there. -
Create
.env
file and provide theDB_URL
for your mongo database andPORT
for your desired server port. -
Start the server by running the command below
node app.js
-
Open your terminal and navigate to the frontend directory and run the command below to install packages
npm install
-
Create
.env
file and provideVITE_API_URL
for example http://127.0.0.1:3000/ -
Run the command below to start the development server
npm run dev
-
To run tests, run the command below
npm test
-
Open your web browser and go to http://127.0.0.1:5173/. You should see the app