It's help you to manage your employee and keep track of it, using python Django backend and SQL database.
It is a simple django project or website in which we can do CRUD operations and perform the fuctions shown below.
- Add an Employee
- Remove an Employee
- View all the Employee
- Filter out the Specific Employee
which results in the neat and clean readable output Database.
- HTML
- CSS
- Bootstrap
- Python
- Django
- SQL
PLEASE FEEL FREE TO FORK THE PROJECT AND START CONTRIBUTING. this project is still in devlopment phase :)
Your laptop with python 3.6.x (onwards) installed.
NOTE: Those with Linux and MacOSX would have Python installed by default, no action required.
Windows: Download the version for your laptop via https://www.python.org/downloads/
NOTES In your preferred editor, make sure indentation is set to "4 spaces".
- Make sure you have Django installed in python otherwise code may fail, to install Django in your machine > open python in your terminal then type
pip install django
to install.⚠️
- Clone or download repositiory: https://github.com/eddyvk01/Office-Management-System
- In source folder, run
python manage.py runserver
to start program, optionally, run with--help
argument to see other runtime options.