ASP.NET 5 Web API exposing Bill & Friend entities with relative bill share interactions between them
Pre-requisites:
- .Net 5 SDK
- Visual Studio Code or Recommended - Visual Studio Community editon version 15.9.1 or later editor
Clone the current repository locally as
git clone https://github.com/NileshSP/BillManager.git
Steps: using Visual Studio community edition editor
- Open the solution file (.sln) available in the root folder of the downloaded repository
- Await until the project is ready as per the status shown in taskbar which loads required packages in the background
- Hit -> F5 or select 'Debug -> Start Debugging' option to run the project
Steps: using Visual Studio code editor
- Open the root folder of the downloaded repository
- Await until the project is ready as per the status shown in taskbar which loads required packages in the background
- Open Terminal - 'Terminal -> New Terminal' and execute commands as
cd BillManager
&dotnet build
&dotnet run
sequentially OR- Hit -> F5 or select 'Debug -> Start Debugging' option to run the project
Once the project is build and run, a browser page would be presented with navigation options on right wherein 'Websites data' option contains functionality related to data access from in-memory/sql database
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.