This is a DRF project including database core, unit test and docker.
- Python=>3.10
Requests to the API in Curl and Httpie.
Httpie provides a clean terminal output which is handy for this type of project. You will need to install it locally if you want to use the commands.
Note: Httpie is pre-installed in the docker container.
pip install requirements.txt
python -m venv venv
docker-compose up -d --build
source venv/bin/activate
cd backend
python manage.py runserver
cd backend
python manage.py test