Andrew Juang: Project Manager, Routing, Create/Delete/Display Blogs
Eric Guo: Project Design, Edit/Create Blogs
Noakai Aronesty: User Database, Frontend, Edit Blogs
Qina Liu: Project Design, User Database, Display Blogs
Thingamablog is a weblog hosting site in which blogs on various topics are arranged in reverse chronological order (latest blog displayed first). Within each blog contains a series of entries, also in reverse chronological order, related to the topic of the blog. A user can create a blog, add entries to their blog, update their entries, and delete their blog. Additionally, a user has access to a dashboard containing all of their blogs and has access blogs/dashboards of other users.
- Install virtual environment
$ python3 -m venv env
$ source env/bin/activate - Clone the Repository
$ git clone https://github.com/Andrew1J/P00.git - Install Dependencies
$ cd P00
$ pip install -r requirements.txt - Run the app
$ python3 run.py - Open the website at http://127.0.0.1:5000/