https://github.com/ilyachichkov/employee_database
Small console application written on C++ for educational purposes
https://github.com/ilyachichkov/employee_database
cmake cpp educational-project
Last synced: 25 days ago
JSON representation
Small console application written on C++ for educational purposes
- Host: GitHub
- URL: https://github.com/ilyachichkov/employee_database
- Owner: IlyaChichkov
- Created: 2024-03-05T07:23:07.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-06T13:34:01.000Z (over 2 years ago)
- Last Synced: 2025-02-23T10:17:06.144Z (over 1 year ago)
- Topics: cmake, cpp, educational-project
- Language: C++
- Homepage:
- Size: 149 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Employee Database

Small console application written on C++ for educational purposes.
## Table of contents
- [Overview](#overview)
- [My process](#my-process)
- [Built with](#built-with)
- [Credits](#credits)
## Overview
### Features
Currently program interface supports following commands:
- **Hire / fire** employee
- **Promote / demote** employee
- Display **all / current / former** employees
## My process
### Built with
- C++
- CMake
## Credits
[Github](https://github.com/IlyaChichkov)
[Email](mailto:ilya.chichkov.dev@gmail.com)