/api-modeling-dev

api-modeling-dev created by GitHub Classroom

Primary LanguagePython

Review Assignment Due Date Open in Codespaces

How to get started

  • Clone this repo
  • Create virtual environment
  • Activate virtual environment
  • Run pip install -r requirements.txt to install packages
  • Create .env and add variables as per example in .env.example. In this project, we used Postgres db from ElephantSql
  • Run migations
  • Run python manage.py runserver to start your server
  • The easiest way to browse the api is to use swagger docs. To do so, visit 127.0.0.1:8000/swagger