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
+9
View File
@@ -0,0 +1,9 @@
services:
mongodb:
image: mongo:8.2.2
container_name: echecsfrance-db-dev
restart: unless-stopped
ports:
- "27017:27017"
volumes:
- ./mongo/init:/docker-entrypoint-initdb.d