This is a social network application with distribution code from the CS50W course.
The project is build with Django/Python with HTML, CSS and Javascript and deployed with Heroku.
For deployment, I changed the Django default database sqlite4 to Postgresql. Another major configuration was to serve static files with AWS S3.
The application has the following functions:
- Users can register and sign in
- Users can make posts, edit their posts
- Users can follow and unfollow other users
- Users can like and unlike other users