Skip to content

farooqashar/hr

Repository files navigation

HR Employees Management Site

This is a simple site built using Flask and SQLAlchemy in order to manage employees of a company.

Running Locally

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.

Cloning

git clone https://github.com/farooqashar/hr.git

Starting Server

flask run

Locate to http://localhost:5000/ to see the server running.

Front Page of Site

Front Page of Site

Adding Employees on the Site

Adding Employees on the Site

Updating Employees on the Site

Updating Employees on the Site

Example of SQLAlchemy Database

Example of SQLAlchemy Database

About

HR Employees Management Flask/SQLAlchemy Site

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors