API for Mixr.
Find a file
2024-02-28 17:33:16 +01:00
api_v1 Working on registration endpoint and authentication in general 2024-02-28 17:33:16 +01:00
db Setup Postgres for local development. 2024-02-25 00:20:51 +01:00
mixr_api Working on registration endpoint and authentication in general 2024-02-28 17:33:16 +01:00
.gitignore Properly added .idea folder to gitignore 2024-02-28 13:46:50 +01:00
manage.py Initial django project setup 2024-02-24 22:55:19 +01:00
README.md Added some database setup infos 2024-02-25 18:47:10 +01:00
requirements.txt Setup Postgres for local development. 2024-02-25 00:20:51 +01:00

Mixr API

Setup

Install requirements

If there are any issues with psycopg2 and that it cannot be imported, you might be missing libpq-dev. If you are using a virtual environment, install it with sudo apt-get install libpq-dev