ParvaH / FlaskWebApp

Sample web app using python Flask for Employee management

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open in Visual Studio Code

Employee Mangement System Web Application - Sample app created for KBA Internship Selection

This repository contains files of a sample web-app "Employee Management System". This web-app can get input from user, store it in a database, retrieve the stored information from the database and update details of existing employees based on user input.

This web-app was created with the help of python's Flask web-framework

Dependencies

Dependecies for the running the application are:

  1. Python - This app was developed and tested with sytem installed with Python 3.9
  2. pip - For installing required modules
  3. Flask To install Flask : pip install Flask
  4. Flask-SQLAlchemy To install Flask-SQLAlchemy: pip install flask_sqlalchemy

Execution Steps.

To get the files and run the application:

1. Clone the repository:

git clone https://github.com/Kerala-Blockchain-Academy/web-app-submission-ParvaH.git

2. Navigate to the directory

Linux: cd web-app-submission-ParvaH/EmployeeManagement

Windows: cd web-app-submission-ParvaH\EmployeeManagement

3. Run the application

python app.py

4. Open the application in browser

http://localhost:5000/

About

Sample web app using python Flask for Employee management

License:MIT License


Languages

Language:HTML 52.8%Language:Python 24.5%Language:CSS 22.7%