Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.
/ FenXs Public archive

FenXs created by Patryk 'UltiPro' Wójtowicz using ASP.NET Core Razor Pages.

License

Notifications You must be signed in to change notification settings

UltiPro/FenXs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FenXs

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 and Usage

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"

Preview

Index Page 1 Preview

Index Page 2 Preview

Index Page 3 Preview

Main Page Preview

settings Page Preview

Admin Page 1 Preview

Admin Page 2 Preview

Admin Page 3 Preview

Admin Page 4 Preview

Admin Page 5 Preview

NotFound Page Preview

About

FenXs created by Patryk 'UltiPro' Wójtowicz using ASP.NET Core Razor Pages.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published