Skip to content

Meal Manager is a web application that streamlines food ordering and management for employees and kitchen staff. Employees can order meals, specify dietary preferences, and view or cancel orders through a user-friendly dashboard. Admins can add menus, mark vacation days, manage employees, and oversee orders. Kitchen staff can view daily meal orders

Notifications You must be signed in to change notification settings

aaishahhamdha/meal-manager-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Meal Manager is a web application that streamlines food ordering and management for employees and kitchen staff. Employees can order meals, specify dietary preferences, and view or cancel orders through a user-friendly dashboard. Admins can add menus, mark vacation days, manage employees, and oversee orders. Kitchen staff can view daily meal orders

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.1%
  • Ballerina 18.5%
  • CSS 14.0%
  • HTML 0.4%