Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

alanmacgowan/BookLibrary.aspnetcore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

120 Commits

Repository files navigation

BookLibrary.aspnetcore [In Progress]

ASP.net Core MVC sample application
-Using:

  • ASP.net Core MVC
  • Entity Framework
  • SQL Server 2016 Express LocalDB
  • Web API
  • Automapper
  • AddFeatureFolders
  • xunit
  • gulp
  • bower
  • npm

-UI libraries and controls used:

Quick start

# clone the repository
$ git clone https://github.com/alanmacgowan/BookLibrary.aspnetcore.git myapp
# change directory to web API folder
$ cd myapp/BookLibrary.aspnetcore.API
# run web api server
$ dotnet run
# change directory to web app folder
$ cd myapp/BookLibrary.aspnetcore.UI
# install npm packages
$ npm i
# run web app
$ dotnet run

This will start the web api server (Kestrel) on https://localhost:44324/.
Then open a browser in https://localhost:44386/ to see the application running.
You can view API documentation provided by Swagger in https://localhost:44324/swagger

Releases

No releases published

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /