Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 848 Bytes

File metadata and controls

34 lines (20 loc) · 848 Bytes

ASP.NET + PostrgeSQl

This template should help get you started developing.

Recommended IDE Setup

JetBrains Rider | Visual Studio

Required SDKs

.NET 8.0

The database used

PostgreSQL

You need to create an account postgres with a password postgres.

The database must be created independently the first time it is accessed.

Project Setup

Compile and Start

Run the following command in the Twaddle directory.

dotnet run

The backend and frontend should start at the same time.

Configuration appsettings.json

  • AppSettings - token for jwt authorization encryption.
  • ConnectionStrings - database connection string.