This website is currently under development. It aims to streamline the meal ordering process for employees at organizations.
Follow the instructions below to set up the project locally:
Open your terminal and follow these steps:
cd clientside
npm i
npm run dev
After setting up the frontend, return to the root directory and start the backend:
cd ../
cd back-end
bal run