/p00

Primary LanguagePython

CitrusBlog by OrangeLemon

William Chen - Project Manager (Search)
Shriya Anand - Devo (Login - Front End)
Edwin Zheng - Devo (Blog Entries)
Zhao Yu Lin - Devo (Login - Back End)
SoftDev Pd1

App Description

Our website is a blog where users are be able to create an account and begin making blogs where they can add entries.

Launch Code

  1. Open a command line shell.
  2. Clone this repository with git clone https://github.com/Iamchwill/p00.git
  3. Create a virtual environment with python3 -m venv /path/to/venv (where /path/to/venv is whereever you want the venv to be)
  4. Activate the virtual envrionment with source <venv>/bin/activate (where is the path to the venv)
  5. Run pip install -r requirements.txt
  6. Cd into /p00/app
  7. Run python __init__.py
  8. Enter localhost:5000 into a web broswer