CS223_Apr18_19
This software is a c++ based program which manages who is allowed to enter into the campus and also manages database of the person who enters or exit the campus.
Description user cases: ADD ENTRY ADD EXIT UPDATE DATABASE ENTER LOGIN Logout View Entries Add User Remove User Change User Password
Installation
Linux: execute make, run generated file "campus.out" with data
Contribution
Create a fork of the project into your own reposity. Make all your necessary changes and create a pull request with a description on what was added or removed and details explaining the changes in lines of code. If approved, project we will merge it.