8000 GitHub - jm0216/ems: Employee Management System
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jm0216/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%
0