- Ensure you have Node.js installed.
- Follow the setup instructions for both frontend and backend below.
-
Navigate to the
frontenddirectory: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.jsand change theAPIurlconstant to your backend API URL.
- Go to
-
Navigate to the
backenddirectory: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.