aboutsummaryrefslogtreecommitdiff
path: root/ExamTemplate/Web
Commit message (Collapse)AuthorAgeFilesLines
* Added automapper; Implemented user register; Improved some database ↵Syndamia2021-05-067-2/+127
| | | | configurations
* Updated README with information about changing the database you useSyndamia2021-05-061-1/+1
|
* Updated some target frameworks and namespacesSyndamia2021-05-061-1/+5
|
* Added simple User and Role DB classes, added a simple DBContext and ↵Syndamia2021-05-063-9/+9
| | | | configured it for PostgreSQL
* Moved nabvar to it's own cshtml and simplified it a lot; Removed most of the ↵Syndamia2021-05-065-30/+191
| | | | default css and js from wwwroot; Implemented a very simple custom styling that mimmics the default asp.net bootstrap one
* Removed unnecessary usings, space identation got updated to tab identation ↵Syndamia2021-05-069-154/+138
| | | | and added authentication in Startup.cs
* Disabled HTTPS and added a note in READMESyndamia2021-05-061-1/+1
|
* Added gitignore and initial project generationSyndamia2021-05-0615-0/+284