Skip to content

tsybulevskij/so_challange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

so_challange

~ What is so_challange?

It's a web application that gets posts from Stack Overflow by user id or via OAuth2 for current user.

~ How do I use it?

  1. create and activate environment from the root of the project directory

virtualenv -p python3.5 venv

. venv/bin/activate

  1. install dependecies root of the project directory

pip install -r requirements.txt

  1. now you can run so_challange:

python app.py

the application will greet you on http://localhost:5000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published