Thanks to visit codestin.com
Credit goes to github.com

Skip to content

naronesty/P01

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

P01: The Hamster Wheel by Hamsters of Destiny

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.

Created by:

Noakai Aronesty (PM)
Annabel Zhang
Justin Zou
Hebe Huang

Task Division:

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

API Cards:

Text

Images

Launch Codes

  • 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 keys directory. Make sure it is in the app directory

  • Run the app
    (hamster)$ cd app
    (hamster)$ python3 __init__.py

  • Open the website at http://127.0.0.1:5000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •