Skip to content
/ ems Public
forked from aarav-tech/ems

Employee Management System

Notifications You must be signed in to change notification settings

a4amaan/ems

 
 

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

No packages published

Languages

  • Python 77.6%
  • HTML 20.2%
  • Shell 2.1%
  • Dockerfile 0.1%