- Python 3.10 was used
- Other requirements are in requirements.txt
- clone project
- python -m venv venv
- pip install -r ./requirements.txt
- set django secret key in .env file
- source ./venv/bin/activate
- python manage.py migrate
- python manage.py runserver
- try to make post request to import endpoint with json data
Endpoints: [POST] /import - import json file [GET] /detail// - get all records by model name [GET] /detail// - get object by model name and object id