Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.
/ pairLegends Public archive

A Pikachu alike game exercise while learning MVC with ASP.NET Core API, ReactJS, MUI, SQL Database

License

Notifications You must be signed in to change notification settings

fieztazica/pairLegends

Repository files navigation

Website GitHub top language GitHub language count Discord GitHub

Pair Legends

A pikachu alike game with League of Legends champions.

Tech Stack

Client Server Authentication Database Hosting
ReactJS Asp.Net Core API Jwt Azure SQL Azure App Service
MUI Entity Framework Core Vercel

Environment Variables

To run this project, you will need to add the following environment variables to .env file

API_HOST

and appsettings.json file

"ConnectionStrings": {
    "DeployConnection": "yourProductionConnectionString",
    "DefaultConnection": "yourDefaultConnectionString"
},
"ApiContacts": {
    "Owner": {
        "Name": "yourName",
        "Url": "yourUrl"
    }
},
"JWT": {
    "Key": "yourJWTKey",
    "Issuer": "yourJWTIssuer",
    "Audience": "yourJWTAudience"
}

Acknowledgements

Authors

About

A Pikachu alike game exercise while learning MVC with ASP.NET Core API, ReactJS, MUI, SQL Database

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published