Skip to content

jlin00/SoftDevP0

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

150 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spewing Blogs by Team SPEW

Roster with Roles

Saad Bhuiyan - Database
William Cao - Project Manager
Ethan Chen - Frontend and Testing
Peihua Huang - Backend

How to run this

Dependencies:

  • Flask

Setting up

  1. Clone this repo using https and change directory into it

    git clone https://github.com/WilliamC07/SoftDevP0.git
    cd SoftDevP0
  2. Set up a virtual environment in home directory

    python3 -m venv <venv_name>
    . ~/<venv_name>/bin/activate
  3. Install the following python libraries using the following

    pip3 install flask
  4. To run the flask app:

    (<venv_name>)python3 app.py  ## if the alias for python3 is set as python, the 3 is not necessary

After starting up the program, copy the url after "Running on" to the browser.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 66.5%
  • HTML 23.4%
  • CSS 10.1%