This is a Foods and Restaurants Searching App.
Zomato-clone re-built using MySQL, Express, Node & React.
- MySQL
- Express
- Node
- React
- Bootstrap
- Deployed on Render
- Admin Panel
- User Bookmarks
- User Profile
- Clone this repository in your local system, open git bash and enter
git clone https://github.com/b0n21en5/Hunger.git
- Add all variables with values inside .env file in Backend folder as described in the .env.example file structure
- Install dependencies and run backend, open terminal from Backend folder and enter
npm install
npm run server
- Install dependencies and run frontend, open terminal from Frontend folder and enter
npm install
npm run dev
- Open browser and locate to http://localhost:4000 or http://localhost:5173