wiki:BuildInstructions

Version 2 (modified by 232012, 8 hours ago) ( diff )

--

Build Instructions

Firstly, the project needs to be cloned locally from GitHub. This can be done using the command git clone https://github.com/mmilevski/kernelrecords.

Then, a connection to the database needs to be established using the command ssh -N -L 5433:localhost:5432 t_kernelrecords@194.149.135.130 and inserting the correct password.

Running the application is achieved by using the commands dotnet build and dotnet run. Then, it can be accessed through a web browser of choice at http://localhost:5046/

Technology Stack

  • Backend: ASP.NET Core 8.0 MVC with C#
  • Frontend: Razor Views with CSS and JavaScript
  • ORM: Entity Framework Core 8.0
  • Database Connectivity: Npgsql 8.0
Note: See TracWiki for help on using the wiki.