We want to thank Dr. Song for allowing us to work on this project.
- User authentication, registration, and login
- Edit profile and update profile picture
- Post posts, make groups, join groups
- User feed displays posts from followed users
- Ability to follow users
- Chat room
- Search users
- Make events
- Interact with posts (like, comment)
- Delete posts and comments
- Make migrations
python3 manage.py makemigrations
- Migrate
python3 manage.py migrate
- Run server
python3 manage.py runserver
- USM Social feature demo
- This project is part of a software engineering course at University of Southern Maine