This is an official repository of the Codespresso Dev.to tutorial, regarding the "Building the REST API using Python Django" series.
- Setup you PostgreSQL database (name: company)
- Edit settings.py and specify DATABASES name to company
- Pull the code from this repository
- Open it up in the PyCharm
- Open terminal and execute pip install -r requirements.txt
- Run python manage.py migrate
- Run python manage.py runserver