database/ ├── package.json <-- run npm install / npm start from here ├── .env <-- you create this from .env.example ├── schema.sql <-- run once in SQL Server ├── seed.sql <-- run after schema.sql for ...