Skip to content

goFrendiAsgard/asia-hackathon-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this

Demo for Asia hackathon. Emphasizing dependency injection

How to

Run the program

zaruba please start

Create .env

zaruba please syncEnv

Use Mysql instead of sqlite

Edit .env

# ASIA_APP_APP_SQLALCHEMY_DATABASE_URL="sqlite:///database.db"
ASIA_APP_APP_SQLALCHEMY_DATABASE_URL="mysql+pymysql://root:toor@localhost:3306/asia"

Use Redis

Edit .env

ASIA_APP_APP_REDIS_URL="redis://root:toor@localhost:6379"
ASIA_APP_APP_BOOK_STORAGE_ENGINE=redis

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published