0.0
No commit activity in last 3 years
No release in over 3 years
Rails CMS made simple
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Project Readme

Cardboard

The goal of this project is to create a project management solution that fits SB's workflow and can be customized by us. The frontend is using react-trello

Table of Contents

  • Stack
  • Getting Started
    • Installation
    • Usage
    • Seeded Logins

Stack

Rails - ~> 5.1.4 Ruby - 2.4.2 PostgreSQL

Getting Started

Installation

If you haven't installed ruby, bundler, and postgresql, do that first. Then, do the following to set up this app:

git clone <REPO_URL>
cd <APP_DIR>
bundle install
yarn install
cp config/secrets.example.yml config/secrets.yml
bundle exec rails db:setup

Usage

To run the app locally:

foreman start

Then navigate to http://localhost:3000

Seeded logins

For a list of credentials you can use to log into the app, check the seeds file. These logins are created via rails db:setup above.