Skip to content

aszkurlat/food-order-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 

Repository files navigation

Food Order App

Description

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.

See demo page:

Link to demo page

Backend Setup

  1. Navigate to the backend directory:
    cd backend
  2. Install the necessary dependencies:
    npm install
  3. Start the backend server:
    npm start
    The backend server needs to be running continuously while using the application.

Frontend Setup

  1. Navigate to the frontend directory:
    cd path/to/frontend
  2. Install the necessary dependencies:
    npm install
  3. Start the frontend server using Vite:
    npm run dev

Accessing the Application

Once both the backend and frontend servers are running, you can access the application by navigating to http://localhost:5173/ in your web browser.

Important Notes

  • Ensure the backend server is running before starting the frontend server.
  • The frontend server uses Vite for development.

Additional Information

  • If you encounter any issues, please check the logs for error messages.
  • Feel free to contribute by submitting pull requests or reporting issues.