Skip to content

micahcantor/pass-the-aux-hapi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pass the Aux Hapi Server

An API server built with Hapi for Pass the Aux

Installation

  1. Navigate your terminal to this repository's root directory.
  2. Execute the command 'npm install'.
  3. Create a .env file and follow the formatting guide.
  4. If TLS_ENABLED=true, edit the paths in index.js to match your certificates' locations.
  5. Start the server with the command 'npm start' or equivalent.

.env Format

HOST=(examples: localhost or https://google.com)
PORT=(example: 3000)
TLS_ENABLED=(values: true or false)

COOKIE_PASSWORD=(Random UUID string)

SPOTIFY_CLIENT_ID=(Spotify API client ID)
SPOTIFY_CLIENT_SECRET=(Spotify API client secret)

MONGO_URI=(Full MongoDB URI)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%