https://github.com/alstonchan/rapidald
A fast food ordering console application using C++
https://github.com/alstonchan/rapidald
console-application cpp11 visual-studio
Last synced: 11 months ago
JSON representation
A fast food ordering console application using C++
- Host: GitHub
- URL: https://github.com/alstonchan/rapidald
- Owner: AlstonChan
- License: mit
- Created: 2023-08-22T02:03:35.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T01:54:49.000Z (about 2 years ago)
- Last Synced: 2025-07-05T04:04:27.928Z (12 months ago)
- Topics: console-application, cpp11, visual-studio
- Language: C++
- Homepage:
- Size: 77.1 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# rapidald console application
This is a food ordering system for restaurant that is build in C++ as a console application.
## Getting Started
1. To get all the requried file for local development, ensure that [Git](https://git-scm.com) 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:
```powershell
git --version
```
If you get a responses like the following:
```text
git version 2.41.0.windows.3
```
It means that git is already installed on your machine, if you get an error instead, you have to [install git](https://git-scm.com/downloads) to pull (download) the code.
2. 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 like `C:\Users\Alston\Desktop`.
3. Pull the repository after you have **Git** installed on your machine, run the following command on the powershell to pull:
```powershell
git clone https://github.com/AlstonChan/rapidald.git
```
4. 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.
1. Select `Release` in the menu -> build -> Configuration Manager.
2. Ensure that `Release` is selected instead of `Debug`.
3. Select `Build` in the menu, then click `Build Solution`.
4. The executable file will be build and available in the `x64/Release` folder.
## Contributor
1. Chan Alston
2. Elvan Wong Xiu Jun
3. Yong Tong Jun
4. Yap Jee Choong