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

This branch is 7 commits behind aarav-tech/ems:master.

Folders and files

NameName
Last commit message
Last commit date
Dec 20, 2018
Sep 17, 2018
Apr 1, 2019
Sep 1, 2018
Apr 1, 2019
Apr 1, 2019
Sep 1, 2018
Sep 1, 2018
May 21, 2018
Mar 28, 2018
Feb 4, 2019
Dec 21, 2018

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%