Skip to content

AdyPolyCode/Flask-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FileHandler

######
  • Templates folder contains all the html files home.html base.html login.html register.html about.html post.html account.html delete_account.html user_post.html myposts.html editpost.html reset_password.html send_reset_token.html smile_store.html

    home.html

    • Home page of the webapp

    base.html

    • parent template of all the other html files
    • from here all other is going to inherit the base html structure + some css rule

    login.html

    • login template for user login

    register.html

    • register template for user registration

    about.html

    • Informational content about creators

    post.html

    account.html

    delete_account.html

    user_post.html

    myposts.html

    editpost.html

    #reset_password.html

    #send_reset_token.html

    #smile_store.html

  • Static folder contaions all the css files (+ bootstrap) + profile pictures bootstrap.css bootstrap.js styles.css

    profile_pics.folder - contains 2 base pictures, these are given based on the gender of the user

######

.py files : app.py forms.py models.py routes.py helper_funcs.py

  • app py file has all the important code to handle, respectively run the server
  • forms py contains the forms to collect data from users
  • models py contains the model tables for data storage
  • routes py contains all the routes required for login/register/logout/home/about pages

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published