A social network platform built with .NET 8.0, C# 12, and Neo4j.
- User profiles with bio and posts
- Users can like and unlike posts
- Users can follow and unfollow other users
- Users can see their own profile and posts
- Users can see their own followers and following
To run use docker compose, with the following command
docker compose upStyling is done with tailwind.
running tailwind.sh will run NPM/Tailwind inside a docker container, so Tailwind does not need to be installed.