ekck / Kazi-kazo

CRUD (Create, Read, Update, Delete) employee management web app using Flask, a micro-framework for Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Features:

  • User registration and login
  • Admin priviledges to create, update and delete depertments
  • Admin assigns employees to depertments and assign them roles
  • Admin views for all data

mysql -u root -p -h localhost

  • $ export FLASK_CONFIG=development
  • $ export FLASK_APP=run.py
  • $ flask run
  • Serving Flask app "run"
  • Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)

hosted at: https://zanahtech.pythonanywhere.com/

userlogin : register with any creds

adminlogin: admin@admin.com pass: test

About

CRUD (Create, Read, Update, Delete) employee management web app using Flask, a micro-framework for Python.


Languages

Language:Python 99.0%Language:HTML 0.8%Language:CSS 0.1%Language:Mako 0.0%