Skip to content

Web application with REST API for writing role-play stories with other users

Notifications You must be signed in to change notification settings

Kacpu/storyteller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Storyteller

Web application with REST API for writing role-play stories with other users. Project was made for Mobile and Web Application Development course.

Technologies

  • .NET 5
  • ASP.NET Core Web API
  • ASP.NET Core MVC
  • Entity Framework Core
  • MS SQL

Features

  • 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

Setup

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.

About

Web application with REST API for writing role-play stories with other users

Topics

Resources

Stars

Watchers

Forks

Languages