Skip to content

tbwahacker/Recruitment-Management-System

Repository files navigation

Project Name

Welcome to task Recruitment Management App ! This project requires several dependencies to be installed before you can get started. Follow the instructions below to set up your environment.

Tecnologies used are

  1. Python with django and Django Template
  2. Azam Pay Mobile Integrations (Testing Mode / SandBoxed)

For Hosted Project, you can reach it through

http://62.169.25.50:8000/

For Local Installation

Step 1: Clone the Repository

git clone https://github.com/tbwahacker/Recruitment-Management-System.git
cd project_name

### Step 2: Create Virtual Environment
Source venv/Scripts/activate                 (For linux, Mac and Other Unix base OS)
venv/Scripts/activate                         (For windows)

### Step 3: Install dependencies
pip install -r requirements.txt

### Step 4: Run the Migrations and start project commands
# For linux, Mac and Other Unix base OS
python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py runserver

For windows use simple
py manage.py makemigrations
py manage.py migrate
py manage.py runserver



About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages