AlstonChan/rapidald
A fast food ordering console application using C++
rapidald console application
This is a food ordering system for restaurant that is build in C++ as a console application.
Getting Started
-
To get all the requried file for local development, ensure that Git is installed on your system. To check if git is installed on your sytem, click start, search for powershell and open it. Then, enter the following command:
git --versionIf you get a responses like the following:
git version 2.41.0.windows.3It means that git is already installed on your machine, if you get an error instead, you have to install git to pull (download) the code.
-
Switch to your desired location to pull the repository (still using powershell), you can do this by using command
cd(change directory) follow by the file location likeC:\Users\Alston\Desktop. -
Pull the repository after you have Git installed on your machine, run the following command on the powershell to pull:
git clone https://github.com/AlstonChan/rapidald.git
-
Open your Visual Studio Code and select the folder you have just cloned, you have successfully cloned the repository.
Build
To build this project, you would need to use Visual Studio to build it.
- Select
Releasein the menu -> build -> Configuration Manager. - Ensure that
Releaseis selected instead ofDebug. - Select
Buildin the menu, then clickBuild Solution. - The executable file will be build and available in the
x64/Releasefolder.
Contributor
- Chan Alston
- Elvan Wong Xiu Jun
- Yong Tong Jun
- Yap Jee Choong