Our project is a random profile generator in which users can select from a variety of themes and genres to generate semi-randomized fictional profile pages.
Noakai Aronesty (PM)
Annabel Zhang
Justin Zou
Hebe Huang
Templates
- Home.html (Hebe, Justin)
- Login.html / Register.html (Noakai)
- Discover.html (Hebe)
- Profile.html (Justin)
- Make sure each essential part of the profile is there (picture, bio, etc)
- CSS / Bootstrap (Noakai, Justin)
Python
- Authentication (Noakai)
- db communication (Annabel)
- Slider for the different customization options (Annabel, Hebe)
- html communication / display (Noakai)
- Generate profiles (Justin, Hebe)
- Taking information from the APIs and putting them on the profile
- Different profiles based on Customization
Text
Images
- Install virtual environment
$python3 -m venv ~/hamster
Linux: $source ~/hamster/bin/activate
Windows: $source ~/hamster/Scripts/activate - Clone the Repository
(hamster)$git clone https://github.com/naronesty/P01.git - Install Dependencies
(hamster)$cd P01
(hamster)$pip install -r requirements.txt - Download the
keysdirectory. Make sure it is in theappdirectory - Run the app
(hamster)$cd app
(hamster)$python3 __init__.py - Open the website at http://127.0.0.1:5000/