Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 691 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 691 Bytes

DipConnect is Django web application that allows students to connect with other students on campus. The app lets users post about courses, food, housing and other on campus events.

User Stories

The following required functionality is completed:

  • User can view their profile.
  • User can sign up using Django forms.
  • Only users with @fandm.edu are allowed to signup.
  • User can create,edit,and delete their posts.
  • Images can be uploaded into a post.
  • Comments can be made on other people's posts.
  • Friend requests can be sent.
  • User can upload a profile picture of choice. Standard avatar is assigned to everyone otherwise.