forked from aarav-tech/ems
-
Notifications
You must be signed in to change notification settings - Fork 0
a4amaan/ems
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
# Install virtual environment sudo apt install python-virtualenv # Setup virtual environment with python 3.6+ virtualenv venv -p python3 # Install python dependencies pip install -r requirements.txt # Migrate database python manage.py migrate # Run server python manage.py runserver 8000 # Test on browser http://localhost:8000
About
Employee Management System
Resources
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Python 77.6%
- HTML 20.2%
- Shell 2.1%
- Dockerfile 0.1%