This is a simple RESTful API for a social media platform implemented using ASP.NET. The API provides endpoints for user registration, authentication, posting, and interaction with posts.
-
Clone the repository:
git clone https://github.com/your-username/social-media-api.git
-
cd social-media-api
cd social-media-api
-
dotnet restore
dotnet restore
-
dotnet build
dotnet build
-
dotnet run
dotnet run