vaibhavbhwsr / ems

Employee Management System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Employee Management System (EMS)

Set this project locally (Manual) đź’»

  • Clone this repository or download the zip file.

  • Go inside the project root directory i.e webapp.

  • Create a python3 virtual environment:

    python3 -m venv .venv

    Or, use virtualenv:

    virtualenv .venv
  • Activate the virtual environment:

    • On Linux or Mac or any Unix based system-

      source .venv/bin/activate
    • On Windows based OS-

      .venv\Scripts\activate
      
  • Now Install the dependecies:

    pip install -r requirements.txt
  • Run these commands command before starting the development server:

    python manage.py migrate
    python manage.py collectstatic
  • Ready to go:

    Run the application

    python manage.py runserver

Thanks

About

Employee Management System


Languages

Language:Python 69.0%Language:HTML 27.9%Language:CSS 3.0%