adding hidden basic asp.net core backend (#30)

Base functionality:

    DB
    email sending
    user registration & login
    storing new characters and reading them back

Notes:

    Functionality is "hidden" with no links pointing to it.
    Most pages are scaffolded and not reviewed at all :(
    local Dev db setup is pushed to git
    NO local email setup :(
This commit is contained in:
2023-12-19 19:03:57 +01:00
committed by GitHub
parent 19b002ff24
commit 7bb7ab6f13
154 changed files with 39394 additions and 1325 deletions
+13
View File
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="DataSourceManagerImpl" format="xml" multifile-model="true">
<data-source source="LOCAL" name="@127.0.0.1" uuid="bdd54fae-1253-42ce-907c-64cd61aa5fcf">
<driver-ref>postgresql</driver-ref>
<synchronize>true</synchronize>
<configured-by-url>true</configured-by-url>
<jdbc-driver>org.postgresql.Driver</jdbc-driver>
<jdbc-url>jdbc:postgresql://127.0.0.1:5432/?password=kemkas-dev42&amp;user=kemkas</jdbc-url>
<working-dir>$ProjectFileDir$</working-dir>
</data-source>
</component>
</project>
+15
View File
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="EfCoreCommonOptions">
<option name="migrationsToStartupProjects">
<map>
<entry key="abaee4dc-1a07-40ae-a2b6-4d3755a6c1e8" value="abaee4dc-1a07-40ae-a2b6-4d3755a6c1e8" />
</map>
</option>
<option name="startupToMigrationsProjects">
<map>
<entry key="abaee4dc-1a07-40ae-a2b6-4d3755a6c1e8" value="abaee4dc-1a07-40ae-a2b6-4d3755a6c1e8" />
</map>
</option>
</component>
</project>
+14
View File
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="EfCoreDialogsState">
<option name="keyValueStorage">
<map>
<entry key="Common:abaee4dc-1a07-40ae-a2b6-4d3755a6c1e8:dbContext" value="Kemkas.Web.Db.ApplicationDbContext" />
<entry key="Common:buildConfiguration" value="Debug" />
<entry key="Common:enableDiagnosticLogging" value="false" />
<entry key="Common:noBuild" value="false" />
<entry key="Common:outputFolder" value="Db/Migrations" />
</map>
</option>
</component>
</project>