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.
- Python with django and Django Template
- Azam Pay Mobile Integrations (Testing Mode / SandBoxed)
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