GithubHelp home page GithubHelp logo

softdev-p00's Introduction

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

softdev-p00's People

Contributors

ianhf avatar jhwu03 avatar mattchann avatar tarzanroboticsman avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.