Check project requirements from here : CLICK HERE 👈
These instructions are for those who are comfortable working with the terminal.
-
Make sure you have Cmake, Make and a C++ Compiler installed. See Setting up your system for C++ development(YouTube)
-
Clone the project
git clone https://github.com/kishanrajput23/Training-Schedule-Management.git tms
- Move into the project files
cd tms/Project_Files
- Create a build directory and build the project
mkdir build && cd build && cmake .. && make
- Run the application
# for unix (mac & linux)
./app
# for windows
./app.exe
For setting up and running this project in your system please checkout this brief Documentation for your reference and hands-on explanation.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
👤 Kishan Kumar Rai
- Connect With Me Here 👈
Please ⭐️ this repository if this project helped you!
This project is MIT licensed.