Skip to content

ASP.NET Web API template for walking skeleton with CRUD and simple authentification

Notifications You must be signed in to change notification settings

ReitenSchnell/WebApiTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASP.NET Web API template for walking skeleton with CRUD and simple authentication

This template consists of following projects:
  • Database - simple Database Project for database schema migration.
  • Repository - C# library project for CRUD operations. Also supports operations for creating a new user, looking for user by login. ORM - PetaPoco, DI - NInject
  • Site - ASP.Net Web API project. Supports user authentication and registration.
  • Tests - C# library project for unit testing. Contains several tests for main solution classes. Xunit, FluentAssertions, NSubstitute, AutoFixture

About

ASP.NET Web API template for walking skeleton with CRUD and simple authentification

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published