Implement Mongo Seeder v2
Compare changes
- Matt Kirby authored
@@ -3,6 +3,8 @@ import cors from 'cors';
@@ -22,12 +24,36 @@ app.get('/', (req, res) => {
Adds seeding to User and Questions databases with following env variables to control it:
docker-compose
.docker-compose
.docker compose up --build
.Fixes missing seeding.