Skip to content

martincalvert/LCARS

Repository files navigation

LCARS

Statuses

Codacy Badge CircleCI

Description

A drop in status web app built on Rails & VueJS, using MongoDB for persistent storage.

Running

Assumptions

  • Mongo is running at localhost:27017

Local

  • Server
    • rails s -p 3000 -b 127.0.0.1 The port is up to you as nothing in the app has been tied to port numbers
  • Background Worker
    • rake lcars:cron