/LoveMu

A dating site that matches users using the Spotify API.

Primary LanguageJavaScript

LoveMu

A web application completed as part of CT216. LoveMu is a dating site that matches users using the Spotify API. Build Status

How to Run

  1. git clone https://github.com/Love-Mu/LoveMu.git
  2. Attach your SSL certs in LoveMu/core/bin/www
  3. cd LoveMu/core
  4. [options & global variables] npm run start
  5. cd LoveMu/client
  6. ng build --watch --output-path /root/LoveMu/core/public --delete-output-path false