Skip to content

tsekhanskaya/training_DE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Training

The project is named training.

Python 3.8.10
psql (PostgreSQL) 15.2

Сontains the following tasks:


Requirements

The following requirements must be met in order to run the project:

  • Python 3.x version.
  • The dependencies from requirements.txt must be installed.
  • A local PostgreSQL database must be created.
  • A .env folder must be created with the following values:
DATABASE_HOST=your_lhost
DATABASE_NAME=your_database_name
DATABASE_USER=your_user
DATABASE_PASSWORD=your_password

Dependencies

To install the dependencies, run the following command:

pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published