Simple bike shop. Net Core 3.1, React, EF Core, JWT Token, API
Download source files:
git clone https://github.com/MPD97/PJATK-TIN.git
Type connection string in configuration files (under default connection string). \PJATK-TIN\TIN-BikeShop\relase\appsettings.json
Run using double-click \PJATK-TIN\TIN-BikeShop\relase\BikeShop-Api.exe
cd \PJATK-TIN\TIN-BikeShop\src\BikeShop-React
Download dependencies
npm i
Run React
npm run start