stash progress so far. found ViMbAdmin, using that instead.

This commit is contained in:
j3d1 2020-11-03 21:05:47 +01:00
parent b3c6599c7f
commit 1d01e66a4d
59 changed files with 46465 additions and 0 deletions

11
backend/.idea/dataSources.xml generated Normal file
View file

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="DataSourceManagerImpl" format="xml" multifile-model="true">
<data-source source="LOCAL" name="db" uuid="6686f610-375b-4b13-ba78-9f1cf18741af">
<driver-ref>sqlite.xerial</driver-ref>
<synchronize>true</synchronize>
<jdbc-driver>org.sqlite.JDBC</jdbc-driver>
<jdbc-url>jdbc:sqlite:$PROJECT_DIR$/db.sqlite3</jdbc-url>
</data-source>
</component>
</project>