Skip to content

Akshay9704/foodie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

foodie - Mobile Application

Welcome to the Foodie Project GitHub repository!

##Screenshots Screenshot_2025_0207_162513

Screenshot_2025_0207_162407

Instructions to Run the Project

Follow these steps to run the project locally on your machine:

  1. Clone the Project: First, clone this repository to your local machine using the following command:

    git clone https://github.com/Akshay9704/foodie
  2. Change Base URL: Navigate to the urls.js file in the project and change the base URL to http://localhost:8000.

  3. Frontend Setup: Navigate to the frontend directory:

    cd frontend

    Then, install the necessary dependencies:

    npm install
  4. Start Frontend: Start the frontend server:

    npm start
  5. Backend Setup: Navigate to the backend directory:

    cd backend

    Then, install the necessary dependencies:

    npm install
  6. Start Backend: Start the backend server:

    npm run dev

That's it! You should now have the project up and running locally on your machine. If you encounter any issues, feel free to reach out to [contact email/username] for assistance.

Additional Information

[Include any additional information or instructions here, such as how to contribute to the project, project structure, etc.]

Happy coding! 🚀