This is a simple site built using Flask and SQLAlchemy in order to manage employees of a company.
To run this site locally, it is necessary to install all required npm/pip packages and libraries. In addition, it is necessary to setup a local postgresql SQLAlchemy database entitled crud with a table entitled crud.
git clone https://github.com/farooqashar/hr.git
flask run
Locate to http://localhost:5000/ to see the server running.
Front Page of Site
Adding Employees on the Site
Updating Employees on the Site
Example of SQLAlchemy Database



