Skip to content

victorgarcesg/fp-library-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Library API - ASP.NET Core Web Application, SQL Server, EF Core Tutorial

Library API - ASP.NET Core Web Application, SQL Server, EF Core

Requirements

  1. F# - 4.6.x

  2. .NET Core - 2.1.x

  3. MS-SQL - 14.0

Steps to Setup

1. Clone the application

git clone https://github.com/Victor-Garces/FP-LibraryAPI.git

2. Create MS-SQL database

create database Library

3. Change MS-SQL information as per your installation

  • open appsettings.json file and set your connection string information

4. Build and run the app using maven

dotnet run

The app will start running at https://localhost:5001 and http://localhost:5000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages