/AdsPortal

Primary LanguageC#MIT LicenseMIT

AdsPortal

AdsPortal application built using ASP.NET Core and Entity Framework Core.

Getting Started

Use these instructions to get the project up and running.

Prerequisites

You will need the following tools:

License

This project is licensed under the MIT License

JWT Key Generation

node -e "console.log(require('crypto').randomBytes(256).toString('base64'));"