Skip to content
This repository has been archived by the owner on Feb 28, 2021. It is now read-only.

micthiesen/spotify-my-slack

Repository files navigation

Spotify my Slack test

Note that this project is currently undergoing a significant refactor and is not functional yet. If you want to find a working version of SmS you'll have to dig through the Git history a bit (likely a lot, actually).

Local Development

  1. Make sure Docker and Docker Compose are installed (I use Docker for Mac)
  2. In the root of the project, do a $ docker-compose up
  3. The application will be accessible at localhost:7001

Linting & References on the Host

  1. Install nvm
  2. In the root of the project, install the correct node version: $ nvm install
  3. Install dependencies for the frontend & backend:
    • In frontend/: $ npm install
    • In backend/: $ npm install