BackEnd for JustEmpire - a website where you can find interesting news and projects.
🌌 It serves as a creative hub for community members, so they can share their ideas and projects.
FrontEnd can be found here.
- Autorization with JWT tokens.
- Full permission support (customizable in JSON file).
- Approvement system (e.g: if the user doesn't have enough permissions to do something, his action needs to be confirmed)
- File-based logging with Serilog.
Important
When you've cloned the repository, make sure to generate a secure key and insert
it into JwtEncryptionKey
field in appsettings.json
- Install Docker
- Clone this repo
>git clone https://github.com/MrQuackDuck/JustEmpireBackend.git
- Jump into the folder
>cd .\JustEmpireBackend\
- Run the container
>docker compose up
Login: admin
Password: admin
Briefly, JustEmpire is a closed community I am part of. One day I decided to make a website so other members would have the ability to post news and projects they're creating. Another reason for making this website was to practice my skills in creating web applications with Angular & ASP.NET.
- Install .NET 7
- Clone this repo
- Run
dotnet run
command