Skip to content

knightconnorp/ChatrNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatrNet

  • Uses Python Flask Framework
  • Utilizes SQLAlchemy and SQLite DB files to store data when a user posts
  • The SQLite DB file is stored at instance/posts.db
  • When an image is uploaded, it is stored in static/uploads. Only allows png, jpg, and gif's.
  • Homepage, with 4 most recent posts
  • By default, ChatrNet has 4 'places'. When a user posts, they choose what place they want to post
  • A 'place' can easily be added by including a new dictionary item in 'place_list' at top of app.py file. Dictionary key is what shows in the URL, the dictionary item is the name of the place (Ex: 'm':'Memes'. The url for this page would be yoururl.com/m, and the name of the place shown is Memes) ChatrNet

About

Simple Flask social networking site using SQLAlchemy and SQLite with the ability to upload images and text

Topics

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors