This project is a web application that allows users to order food online. The application requires both a backend and a frontend to run. Follow the instructions below to set up and start the project.
- Navigate to the backend directory:
cd backend
- Install the necessary dependencies:
npm install
- Start the backend server:
The backend server needs to be running continuously while using the application.
npm start
- Navigate to the frontend directory:
cd path/to/frontend
- Install the necessary dependencies:
npm install
- Start the frontend server using Vite:
npm run dev
Once both the backend and frontend servers are running, you can access the application by navigating to http://localhost:5173/ in your web browser.
- Ensure the backend server is running before starting the frontend server.
- The frontend server uses Vite for development.
- If you encounter any issues, please check the logs for error messages.
- Feel free to contribute by submitting pull requests or reporting issues.