create development guide

remove deps badge

correct mongo connection string and driver update

seed data for developer environment, database as docker image
This commit is contained in:
2025-11-20 09:48:56 +01:00
committed by Owen Rees
parent 28f3bf69c6
commit 67e97b6ca0
11 changed files with 26142 additions and 43 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
mongoimport \
--db tournamentsFranceDB \
--collection clubs \
--file /docker-entrypoint-initdb.d/clubs.json \
--jsonArray
+13552
View File
File diff suppressed because it is too large Load Diff
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
mongoimport \
--db tournamentsFranceDB \
--collection tournaments \
--file /docker-entrypoint-initdb.d/tournaments.json \
--jsonArray
File diff suppressed because it is too large Load Diff