Skip to content

paulshen/listening-bar

Repository files navigation

Listening Bar

https://listening.bar

A ReasonML/BuckleScript webapp for listening to Spotify albums together.

Installation

yarn
(cd server && yarn)
cp .env.sample .env

Replace contents of .env with your values.

Database

Listening Bar uses Postgres. Use database.sql to create the necessary tables.

You may want to edit isomorphic/Constants.re but it should work as-is in dev mode.

Run

Client

# Build BuckleScript
yarn build
# Serve dev client on localhost:8000
yarn client

Server

# Build BuckleScript
(cd server && yarn build)
# Run server on localhost:3030
yarn server

Replace yarn build with yarn start to run BuckleScript in watch mode.

About

Shared listening of Spotify albums

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published