Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smashingboxes/cardboard
https://github.com/smashingboxes/cardboard
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/smashingboxes/cardboard
- Owner: smashingboxes
- Created: 2018-02-23T18:11:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-01T12:16:59.000Z (over 6 years ago)
- Last Synced: 2024-04-24T18:55:04.412Z (7 months ago)
- Language: Ruby
- Size: 428 KB
- Stars: 2
- Watchers: 8
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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.