Skip to content

MJ-Works/NilamHutAPI

Repository files navigation

NilamHutAPI

A Real-Time Virtual Auction Platform Using Angular, SignalR & .NET Core. This project only contains API part and there is a separate project which implement user interface. This project is based on ASP.NET core 2.1 and authentication implemented using JWT.

  • Requirements

    • .NET Core 2.1 SDK From here
  • Installation

    • git clone https://github.com/MJ-Works/NilamHutAPI.git
    • Open CMD & navigate to 'NilamHutAPI' folder
    • First command 'dotnet restore'
    • Second command 'dotnet ef database update'
    • Third command 'dotnet run'

If everything goes fine then your server is running. In my case it is http://localhost:5000.


Further query

Releases

No releases published

Packages

No packages published

Languages