Skip to content

rapideinternet/finrust.api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FinRust.Api

FinRust is a sample application built using ASP.NET Core and Entity Framework Core.

Prerequisites

You will need the following tools:

Setup

Follow these steps to get your development environment set up:

  1. Clone the repository
  2. At the root directory, restore required packages by running:
    dotnet restore
    
  3. Next, build the solution by running:
    dotnet build
    
  4. Within the \Src\WebUI directory, launch the back end by running:
    dotnet run
    
  5. Launch https://localhost:44376/api in your browser to view the API

Technologies

  • .NET Core 3
  • ASP.NET Core 3
  • Entity Framework Core 3

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published