Skip to content

jailedfish/hackaton-back

Repository files navigation

hackaton-back

Requirements

psotgresql server with user bot, password bot and database named bot_db. Can be created by

CREATE USER bot PASSWORD 'bot';
CREATE DATABASE bot_db OWNER bot;

Run

Windows

python main.py

Linux

python3 main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •