Skip to content

Latest commit

 

History

History
44 lines (21 loc) · 752 Bytes

README.md

File metadata and controls

44 lines (21 loc) · 752 Bytes

Meal Manager - Streamlining the Meal Ordering Process

🚧 Under Development

This website is currently under development. It aims to streamline the meal ordering process for employees at organizations.

Project Setup

Follow the instructions below to set up the project locally:

1. Frontend (Client-side)

Open your terminal and follow these steps:

Navigate to the client-side directory

cd clientside

Install the required dependencies

npm i

Start the development server

npm run dev

2. Backend

After setting up the frontend, return to the root directory and start the backend:

Go back to the root directory

cd ../

Navigate to the back-end directory

cd back-end

Run the Ballerina backend

bal run