This is a small project that mimics the functionality of Twitter. It has the following functionality:
- Explore chirps, tags and user profiles as a guest
- Create, log into and delete an account
- Post a chirp up to 1000 characters long
- Post a comment on a chirp up to 500 characters long
- Like or dislike chirps as a registered user
- Follow and unfollow other registered users
- Search for chirps, tags or users
- Utilizes Gravatar for profile images
This project is written using .NET 6 MVC.
It uses Amazon RDS for PostgreSQL.
It was hosted using AWS App Runner.