Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/smashingboxes/cardboard


https://github.com/smashingboxes/cardboard

Last synced: 7 days ago
JSON representation

Awesome Lists containing this 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](https://github.com/rcdexta/react-trello)

## Table of Contents

- [Stack](#stack)
- [Getting Started](#getting-started)
- [Installation](#installation)
- [Usage](#usage)
- [Seeded Logins](#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:

```sh
git clone
cd
bundle install
yarn install
cp config/secrets.example.yml config/secrets.yml
bundle exec rails db:setup
```

### Usage

To run the app locally:

```sh
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](db/seeds.rb).
These logins are created via `rails db:setup` above.