Skip to content

joeqj/listen-together

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Listen together

Encouraging collaborative listening on Spotify

Get Started

Run nodejs server in development environment:

cd server
npm install
npm run dev

Run application front end (Nuxt)

cd client
npm install
npm run dev

Prerequisites:

  • A mongodb connection
  • .env file
BASE_URL=<http://nodeserver/port>
FRONTEND_URL=<http://nuxtserver/port>

DB_CONNECTION=<mongoDBurl>

SPOTIFY_CLIENT=<spotifyClient>
SPOTIFY_SECRET=<spotifySecret>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors