Social Network, but it's actually an electronic bulletin board, written in ASP.NET 6 MVC
.Net, npm is required for this to work
Clone this repository and create "Database" folder in project directory
mkdir SocialNetwork\DatabaseRun this command
npm installBuild Typescript/CSS with Webpack (npm script included)
npm run buildCompile and execute application
dotnet run