Hospo Hub is a free networking platform for hospitality workers. Connect with industry peers, showcase your experience, and discover new opportunities in the hospitality sector.
npm install
.env
file and add the following:DATABASE_URL="file:./dev.db"
SESSION_SECRET='conform-demo-session-secret'
CLOUD_NAME='hospohub'
API_KEY='your-cloudinary-api-key'
API_SECRET='your-cloudinary-api-secret'
npm run dev
to run locally.