/db_webapp

solution to a given task

Primary LanguagePython

db_webapp

CRUD web application with relational database

The task

The repository is solution to this task.

Used technologies

  • Django - The web framework for perfectionists with deadlines.

Database schema

database schema

Tested on

How to test it

  1. assert python3.6 or higher is installed
  2. download the repository
  3. cd db_webapp
  4. pip install -r requirements.txt
  5. cd webapp
  6. python manage.py migrate
  7. python manage.py runserver
  8. open localhost:8000/ in the browser