- Copy
.env.example→.envand update values. npm installnpm run dev(development with nodemon)npm start(production)
npm run dev- start dev server (nodemon)npm run lint- run eslintnpm run format- run prettier
- Node + Express backend in
src/(or top-level JS files) - MongoDB via Mongoose
- Collections: users, pets, organizations, appointments, analytics, etc.
- Entry:
server.js - Models: see files referencing
mongoose.Schema - Add any ER diagrams or model docs here