Web application with REST API for writing role-play stories with other users. Project was made for Mobile and Web Application Development course.
- .NET 5
- ASP.NET Core Web API
- ASP.NET Core MVC
- Entity Framework Core
- MS SQL
- account creation
- user profile management
- characters creation
- creating stories with other users by writing posts
- adding characters to stories
- characters and stories management
- admin panel
You need to create a database and set connection string in the appsettings.json file in the TGF.WebAPI directory.
To run the API, go to the TGF.WebAPI directory and type dotnet run in the terminal. The API will run on https://localhost:5001.
To run the web app, go to the TGF.WebApp directory and type dotnet run in the terminal. The app will run on https://localhost:5000.