briankeane / node-react-app-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Playola

This is the monorepo for the Playola server, website, and serverless services.

Environments

Environment Branch URL CI Documentation
Development develop https://dev.playola.fm
https://api-dev.playola.fm
CircleCI Docs
Production master https://playola.fm
https://api.playola.fm
CircleCI Docs

Getting Started

  1. Install Docker.

  2. Create a file at services/server/.env and copy the contents of /services/server/.env-example into it

  3. from the project's root folder, type:

docker-compose up --build

Development

After the containers have been built, you can start the servers with:

docker-compose up

Ports:

  • server: 10020
  • website: 10060

Overview

Requests
GET /v1/spotify/auth

About


Languages

Language:JavaScript 94.8%Language:HTML 2.0%Language:Shell 1.7%Language:CSS 0.8%Language:Dockerfile 0.5%Language:Makefile 0.1%