- Ensure you have Node.js installed.
- Follow the setup instructions for both frontend and backend below.
-
Navigate to the
frontend
directory:cd frontend
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Update the Base API URL:
- Go to
src/assets
:cd src/assets
- Open
constData.js
and change theAPIurl
constant to your backend API URL.
- Go to
-
Navigate to the
backend
directory:cd backend
-
Install dependencies:
npm install
-
Start the server:
npm start
This README provides a simple guide to set up and run the FoodKo project.