FenXs created by Patryk 'UltiPro' Wójtowicz using ASP.NET Core Razor Pages.
The website for managing data on a server that was originally intended to host Minecraft servers and FenXs Game. The main idea was to be able to remotely start the server and then control its Minecraft servers via a website. Originally, the project was supposed to be a replacement for the "Nerdownia" project written in PHP, but due to studies and lack of time, the project was abandoned.
Warning:
This application is my first major project in college, so there is a lot of ugly code. Additionally, instead of using EF Core and Identity, stored procedures and sessions were used. Everything was written from scratch without the use of scaffolding.
Dependencies:
- BCrypt.Net-Next 4.0.3
- System.Data.SqlClient 4.8.6
Before running or publishing the application:
On the database server (Microsoft SQL Server), execute the script creating the database (./FenXs/FenXsDAL/Database/Create.sql) and then provide the appropriate connection string to the database in the "appsettings.json" file (in ./FenXs/FenXs folder).
Running the app:
cd "/FenXs/FenXs"
dotnet run
Publishing the app:
cd "/FenXs/FenXs"
dotnet publish
cd "/bin/Debug/net8.0/publish"