Skip to content

DenysBabych/test-project-stack-overflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

test-project-stack-overflow

How to start using application?

  1. Clone project and go to cloned folder
    $ git clone https://github.com/DenysBabych/test-project-stack-overflow.git
    $ cd test-project-stack-overflow
  1. Create virualenv with python version 3.5 and activate it.
    $ virtualenv env --python=python3.5
    $ source env/bin/activate
  1. Install requirements.txt:
    (env)$ pip install -r requirements.txt
  1. Run application:
    (env)$ python flask_app.py
  1. Open browser and go to page http://localhost:5000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published