Program requriments:
- .NET Core (Install (only for Linux/MacOS): link)
- MySQL
Prepare:
dotnet build
- Import database from folder DB
cd ProjectData
npm install
- (ONLY IN LINUX) Move from
node_modules
foldersbootstrap
,jqeury
,jquery-validation
dotnet run
Notes:
- I don't remove from repo appsettings for convenience. I understand, that it's unsecurity.
- In VS Studio, it's easier to work, because this IDE do automatically everything.
Used stack technologies:
- C#.Core (Logic)
- ASP.NET Core + Bootstrap + jQuery (Web)
- Entity Framework Core (ORM)
- MySQL (DB)