Skip to content

This is my c++ project in which I have implemented food ordering system.

License

Notifications You must be signed in to change notification settings

GauravWalia19/FOOD-ORDERING-SOFTWARE

Repository files navigation

🍟 FOOD-ORDERING-SOFTWARE

In this c++ project we have implemented food ordering software. It used for ordering food in a better way. It has different modes so that it can be used at different places. Yet it needs lot of improvement. For supporting us see CONTRIBUTION GUIDE and star our repo for future updates.

🍟 PREQUESTIES

  1. LINUX
  2. BASH
  3. C/C++
  4. For getting knowlege about our project structure and details see ppt folder in the repo.

🍟 MODES SUPPORTED

1. USER MODE

This mode is for user in which user has its choice to make its own order. A UI dynamic UI to be provided for the user.

2. VENDOR MODE

This mode is for vendor so that it can be used by the shop vendors.

3. ADMIN MODE

This mode is the main mode for managing the whole application its for admin and maintaining the Database.

4. EXIT

This is a option to exit the application.

🍟 DEPENDENCIES

  1. Rainbow
  2. Linux terminal
  3. g++ compiler

🍟 COMPILE AND RUN

LINUX (Recomended Ubuntu 16.04 or later)

:octocat: Download zip or use

git clone https://github.com/GauravWalia19/FOOD-ORDERING-SOFTWARE.git

:octocat: Open the terminal and navigate to the project directory

:octocat: Navigate to src folder using

cd src

:octocat: For using USER MODE

g++ user.cpp -o user.out
./user.out

:octocat: For using ADMIN MODE

g++ admin.cpp -o admin.out
./admin.out

:octocat: For watching MENU CARD

g++ read.cpp -o read.out
./read.out

:octocat: For using VENDOR MODE

g++ project.cpp -o project.out
./project.out

:octocat: For running full project use

bash base.sh

🍟 SAMPLE RUN

🍟 GOALS TO COMPLETE

S No. Improvement Progress
1 Improve Code Style
2 Add new logic
3 Add Database
4 Make it more Dynamic
5 Add UI
6 Software
7 Build for Windows
8 Using makefiles
9 Making it cross platform
10 CONSOLE APPLICATION ✔️
11 Supported all linux ✔️
12 COLORFUL UI ✔️
13 USED RAINBOW ✔️
14 USED OWN LINKED LIST ✔️

🍟 CONTRIBUTION

CONTRIBUTE

🍟 AUTHORS

  • Gaurav Walia (GauravWalia19)
  • Gurcharan Singh (Mabluriyo)

About

This is my c++ project in which I have implemented food ordering system.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published