Skip to content

mberriost/UsersAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UsersAPI

This API was developed with .NET Core 9 and Entity Framework. It uses the Swagger UI to visualize and test endpoints. The database it connects to is SQL Server.

Installation

These are the installed Nutgets packages:

Entity Framework:

  • Microsoft.EntityFrameWorkCore
  • Microsoft.EntityFrameWorkCore.SqlServer
  • Microsoft.EntityFrameWorkCore.Tools

Swagger

  • Swashbuckle.AspNetCore
  • Swashbuckle.AspNetCore.Swagger

After installing, run this command in the Package Manager Console:

Scaffold-DbContext "Data Source=YOURSERVER;Database=UsersAPI;Trusted_Connection=True;TrustServerCertificate=True;" Microsoft.EntityFrameworkCore.SqlServer -OutputDir Models -Force

image

About

A RESTful API developed with .NET Core

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages