Skip to content

Regerant/Web-Tasker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web tasker

Docker

cp env.example .env

nano .env

docker compose up --build

Запуск на: http://localhost:8080

Локальный запуск

python3 -m venv web-tasker-env
source web-tasker-env/bin/activate

pip install -r requirements.txt

export SECRET_KEY="your-secret-key-here"

python -m flask --app app run --debug

Доступ:

About

My firts a serious task

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published