Skip to content

rabeeh003/foodko

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

FoodKo

Project Setup

Prerequisites

  • Ensure you have Node.js installed.
  • Follow the setup instructions for both frontend and backend below.

Frontend Setup

  1. Navigate to the frontend directory:

    cd frontend
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm run dev
  4. Update the Base API URL:

    • Go to src/assets:
      cd src/assets
    • Open constData.js and change the APIurl constant to your backend API URL.

Backend Setup

  1. Navigate to the backend directory:

    cd backend
  2. Install dependencies:

    npm install
  3. Start the server:

    npm start

This README provides a simple guide to set up and run the FoodKo project.

Releases

No releases published

Packages

No packages published

Languages