Skip to content

NileshSP/BillManager

Repository files navigation

Bill Manager

Bill manager ASP.NET 5 web api project

ASP.NET 5 Web API exposing Bill & Friend entities with relative bill share interactions between them

Build Status

Try out demo link

Steps to get the project running

Pre-requisites:

  1. .Net 5 SDK
  2. 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

  1. Open the solution file (.sln) available in the root folder of the downloaded repository
  2. Await until the project is ready as per the status shown in taskbar which loads required packages in the background
  3. Hit -> F5 or select 'Debug -> Start Debugging' option to run the project

Steps: using Visual Studio code editor

  1. Open the root folder of the downloaded repository
  2. Await until the project is ready as per the status shown in taskbar which loads required packages in the background
  3. Open Terminal - 'Terminal -> New Terminal' and execute commands as cd BillManager & dotnet build & dotnet run sequentially OR
  4. 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

Contributing

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.

License

MIT