FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

profcomff/rating-api · GitHub

Repository files navigation

Рейтинг преподавателей

Хранение и работа с рейтингом преподавателей и отзывами на них.

Запуск

  1. Перейдите в папку проекта

  2. Создайте виртуальное окружение командой и активируйте его:

    foo@bar:~$ python3 -m venv venv
    foo@bar:~$ source ./venv/bin/activate  # На MacOS и Linux
    foo@bar:~$ venv\Scripts\activate  # На Windows
  3. Установите библиотеки

    foo@bar:~$ pip install -r requirements.txt
  4. Запускайте приложение!

    foo@bar:~$ python -m rating_api

ENV-file description

  • DB_DSN=postgresql://postgres@localhost:5432/postgres – Данные для подключения к БД

About

No description, website, or topics provided.

Resources

Stars

8 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL