matthew-millard / hospo-hub

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.
2 stars 0 forks source link

Hospo Hub

Description

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.

Table Of Contents

Installation

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