Skip to content

AlexanderSychev2005/dictionaryWeb

Repository files navigation

Online dictionary project, create with Django Framework

How to prepare project:

  1. Import dependencies pip install -r requirements.txt
  2. Make a file .env and copy all settings from .env.example and fill them with your own crudentials.

How to run project:

  1. Make migrations python manage.py makemigration
  2. Apply migrations python manage.py migrate
  3. Run python manage.py runserver in console

image image image image