/api-demo

Demo app with an API

Primary LanguagePython

api-demo

Requirements

  • Python 3.10 (e.g. via brew)
  • pipenv
  • sqlite3

Getting startet

  1. Prepare environment: pipenv shell
  2. Install dependencies: pipenv install
  3. Create Admin user: python manage.py createsuperuser
  4. Run server: python manage.py runserver