Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 354 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 354 Bytes

TokTok - backend

Lightweight web chat app.

Prerequisites

Launch in local dev environment

  1. Open console in TokTok/ directory
  2. Execute: dotnet ef database update to apply migrations
  3. Execute: dotnet run
  4. Open localhost:5000/swagger for auto-generated API documentation.