Learn by Directing AI
All materials

package.json

jsonpackage.json
{
  "name": "himalaya-horizon-treks",
  "version": "1.0.0",
  "description": "Booking system for Himalaya Horizon Treks",
  "scripts": {
    "start:backend": "cd backend && node server.js",
    "start:frontend": "cd frontend && npm run dev",
    "install:all": "cd backend && npm install && cd ../frontend && npm install",
    "db:setup": "psql -f database/schema.sql && psql -f database/seed.sql"
  }
}