This is a small backend application written while learning DRF from this translation of the official documentation.
To launch this application:
- clone this repository
- optionally populate a .env file based on the .env.template file, or set the appropriate environment variables
- run within docker
git clone https://github.com/TheArtur128/DRF-practice.git
docker compose --project-directory ./DRF-practice up
Go to http://localhost/api/root (or other host and protocol you chose) to get almost all endponits (the rest are in http://localhost/api/other).