justaszal / BusinessClientsManager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run the project

Start the MSSQL Server
Set the ConnectionStrings in the appsettings.json file.

Start the .NET Core project
In the root folder run

dotnet build
dotnet run .\bin\Debug\net8.0\BusinessClientsManager.dll

Run the migrations
In the BusinessClientsManager folder run

dotnet ef database update

Run the frontend application In business-clients-ui folder run

npm run start

Features

  • Frontend app renders the business clients list and has a button to update postcodes.
  • Swagger website can be used to call all APIs, including the API to import the clients JSON file.
    Swagger website: {baseurl}/swagger/index.html

About


Languages

Language:C# 69.7%Language:TSQL 17.4%Language:JavaScript 7.4%Language:HTML 3.6%Language:CSS 2.0%