An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Employee Database

![tests_badge](https://github.com/IlyaChichkov/employee_database/actions/workflows/main.yaml/badge.svg)

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)