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

Latest commit

 

History

History
21 lines (15 loc) · 1.14 KB

README.md

File metadata and controls

21 lines (15 loc) · 1.14 KB

rad.io CI FOSSA Status

A React webapp using websockets, jsx, ES6 and Redux communicating with a Node webserver using mongodb.

Alt text

pre-requisites

  • node & npm
  • docker & docker-compose
  • google API key

deploy

  • Follow the steps in backend/readme.md and frontend/readme.md to get the app running locally first.
  • Create a mongodb server somewhere (MongoDB Atlas, mLabs, ...).
  • Grab the mongodb url and set it as the DATABASE property backend/src/config/settings.js.
  • Run now inside backend or deploy backend to wherever. (you can set environment variables with the -e option)
  • Run now alias <id> <name> so it's deployed under the right name.
  • Set the BASE variable to this value in frontend/src/config/config.js if it isn't already.
  • Build the frontend and deploy the dist-folder somewhere.