Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ultipro/fenxs
FenXs created by Patryk 'UltiPro' Wójtowicz using ASP.NET Core Razor Pages.
https://github.com/ultipro/fenxs
asp-net-core-razor-pages csharp dotnet ems mssql website
Last synced: about 2 months ago
JSON representation
FenXs created by Patryk 'UltiPro' Wójtowicz using ASP.NET Core Razor Pages.
- Host: GitHub
- URL: https://github.com/ultipro/fenxs
- Owner: UltiPro
- License: mit
- Archived: true
- Created: 2024-09-02T12:03:26.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-07T15:59:02.000Z (2 months ago)
- Last Synced: 2024-09-28T14:03:48.236Z (about 2 months ago)
- Topics: asp-net-core-razor-pages, csharp, dotnet, ems, mssql, website
- Language: C#
- Homepage:
- Size: 7.42 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](/screenshots/IndexPage1.png)
![Index Page 2 Preview](/screenshots/IndexPage2.png)
![Index Page 3 Preview](/screenshots/IndexPage3.png)
![Main Page Preview](/screenshots/MainPage.png)
![settings Page Preview](/screenshots/SettingsPage.png)
![Admin Page 1 Preview](/screenshots/AdminPage1.png)
![Admin Page 2 Preview](/screenshots/AdminPage2.png)
![Admin Page 3 Preview](/screenshots/AdminPage3.png)
![Admin Page 4 Preview](/screenshots/AdminPage4.png)
![Admin Page 5 Preview](/screenshots/AdminPage5.png)
![NotFound Page Preview](/screenshots/NotFoundPage.png)