This is the production style working model of a simple backend to use with the Linx frontend, for local testing or access from a remote, it can be pulled locally and spun up on a port of your choosing using the following in the directory with manage.py:
- install all the requirements from the requirements.txt inside linx/
- python3 manage.py runserver 8080
- Read internal README for setting up the DB and how to hit endpoints