Skip to content

MattChann/softdev-p00

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smallpox Stories by Team SOS

Pass it Around!™

Roster:

  • Coby Sontag: Backend
  • Hannah Fried: Database
  • Matthew Chan: Project Manager, Backend Assistant
  • Jionghao Wu: Frontend

How To Run This Project

  1. Install Flask, a Python module, using either of these methods:

    1. In a Terminal, run the following command:

       pip3 install flask
      
    2. Use a Python 3 virtual environment to bypass pip3 restrictions on certain machines (i.e. School Computers). Run the following commands subsequently:

       python3 -m venv <name of vitrual environment>   # creates a virtual environment named <name of vitrual environment>
       . <name of vitrual environment>/bin/activate    # activates the virtual environment
       pip3 install flask                              # installs flask Python mode
       deactivate                                      # deactivated the virtual environment
      
      • Note: you must have the virtual environment activated to complete Step #4
  2. Clone the project repository

     git clone https://github.com/MattChann/softdev-p00.git
    
  3. cd into the repository

     cd systems-p00
    
  4. Run the project from localhost

     python3 app.py
    
  5. Navigate in a web browser to http://127.0.0.1:5000/

  6. Enjoy!




© 2019 Team SOS