Skip to content

mohammadanarul/drf-job-portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Restframework Job Portal

Dependencies

Python >= 3.10.7
Django >= 4.1.3
Postgres >= 13.0

setup

git clone https://github.com/mohammadanarul/drf-job-portal.git
cd drf-job-portal

.env_example replace .env and update some data


|--> .env-example
|--> .env

Applocation Local server environment setup

pip install virtualenv 
virtualenv venv
.\venv\Scripts\activate
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver

celery command to below

celery -A core worker --loglevel=INFO --pool=solo