A system for privately sharing content items among groups of people.
- Clone this folder into the www repository in WAMP
- Create a new database in mysql called pricosha and import the project_tables_fall2017.sql file into the database.
- Make sure Python is installed.
- Make sure modules flask and pymysql are installed.
- To run, enter 'python init1.py'
- Go to 127.0.0.1:5000 on your browser
- Login
- View content items and info about them
- Manage Tags
- Post a Content Item
- Tag A Content Item
- Add Friend
- Defriend
- Direct Message (Send a Private Message to a Friend that only the 2 of you can see.)
- View Friends list (Everyone you share a mutual friend group with)
- View your posts
- Delete your post
- Create and View FriendGroups
- Register/Login
- Homepage, view content
- Post content
- View Friends List
- View your posts
- Direct Messaging
- Create and View FriendGroups
- View content details (Tags, comments)
- Add friend
- Manage Tags
- Tag a content Item
- Defriend
- Delete post