Employee Management System is a project made with the help of Python Django Framework.
This project helps office's admin to Add, Remove and Search an Employee.
Use the package manager pip to install django.
- First of all create a isolated environment in your folder using following commands
 
i) virtualenv env
ii) env\scripts\activate
- Then install tools using
 
pip install -r requirements.txt- All of the packages needed in this project is installed 😀.
 - Then use
 
 python manage.py makemigration
 python manage.py migrate
 python manage.py runserver- Copy the url(127.0.0.1:8000) and open it into your browser.
 - You must see this screen
 
That's it have a great day 👍




