Skip to content

MeetupAPI designed as educational project using .NET 6, EF Core, MSSQL, AutoMapper, OpenIdConnect, Swagger.

Notifications You must be signed in to change notification settings

kudima03/MeetupAPI

Repository files navigation

General information

Current project designed in educational purposes. Performed with such technologies and frameworks as: .NET 6, EF Core, MSSQL database, Razor pages, Automapper, FluentValidation and Swagger support. Designed in microservice architechture.

Quick Start

1.Clone and open this repository in Visual Studio.
2.Create empty database in your MSSQL Server.
3.Replace ConnectionString in IdentityServer->appsettings.json, MeetupAPI->appsettings.json with your connection string.
4.Run IdentityServer and MeetupAPI and wait untill migrations are completed.
5.Run WebMvcClient, you'll be redirected to authorization form.
6.You can authorize via demo credentials: email:[email protected], password:demopassword
or you can register new account.

About

MeetupAPI designed as educational project using .NET 6, EF Core, MSSQL, AutoMapper, OpenIdConnect, Swagger.

Resources

Stars

Watchers

Forks