Skip to content

rsyring/pyweb-flog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flog

Install Dependencies & Run Tests

You should create a virtualenv for this project. Run pip and all commands from that virtualenv.

$ docker-compose up -d
$ pip install -r requirements.txt
$ pytest
..........                                         [100%]
10 passed in 2.03s

If all tests pass, you are ready to participate in the tutorial.

Docker

The above assumes you have Docker & docker-compose available to setup services. You don't have to use docker. You could also setup these services natively on your system and change the connection string in app.py.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published