Skip to content

LeontevRoman/Test_akpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Пример приложения списка задач с использованием Flask+PosgreSQL+PonyORM.

Quick start for Windows:

  • clone this repository
  • create venv (python -m venv venv)
  • activate venv (venv\Scripts\activate.bat)
  • install relation (pip install -r requirements.txt)
  • create DB
  • create file /.env and write settings for DB (config.py)
  • python run.py

stack:

  • python 3.11.4
  • flask 2.3.0
  • postgreSQL 15
  • ponyORM 0.7.17
  • jinja2 3.1.2