Skip to content

This is a system that helps companies to keep track of schedules of all the trainings happening in the organization.

License

Notifications You must be signed in to change notification settings

kishanrajput23/Training-Schedule-Management

Repository files navigation

Training Schedule Management

201007_Blog_Feature_Schedule_Management-scaled

Requirements

Check project requirements from here : CLICK HERE 👈

Navigation Plan & File Structure

Setup & Installation


Simple Instructions

These instructions are for those who are comfortable working with the terminal.

  1. Make sure you have Cmake, Make and a C++ Compiler installed. See Setting up your system for C++ development(YouTube)

  2. Clone the project

git clone https://github.com/kishanrajput23/Training-Schedule-Management.git tms
  1. Move into the project files
cd tms/Project_Files
  1. Create a build directory and build the project
mkdir build && cd build && cmake .. && make
  1. Run the application
# for unix (mac & linux)
./app 
# for windows 
./app.exe

Lengthy Instructions

For setting up and running this project in your system please checkout this brief Documentation for your reference and hands-on explanation.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Author

👤 Kishan Kumar Rai

  • Connect With Me Here 👈

Show Your Support

Please ⭐️ this repository if this project helped you!

License

This project is MIT licensed.