It requires Python 3.7; all the commands should be executed from the root path
$ python3 -m venv .venv
$ . .venv/bin/activate
$ pip install -r requirements.txt
$ cd backend
$ ./manage.py loaddata ../fixtures/data.json
$ cd backend
$ ./manage.py runserver