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.
- Clone this repo locally.
- Navigate to the project root directory.
- Install the project dependencies by running
npm install - Create a
.envfile 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'
- Run the command
npm run devto run locally.