python3.7
redis
Open teminal and run the following commands
virtualenv venv --python=python3.7
source venv/bin/activate
cd employee_management
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
Execute these commands in three different terminals
1. redis-server
2. celery -A employee_management worker -l info
3. celery -A employee_management beat -l info
Go to url - http://127.0.0.1:8000 and login using the user credentials to see the API details