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

https://github.com/freesteph/trellolala

An attempt to re-create Trello with Hotwire
https://github.com/freesteph/trellolala

Last synced: 5 months ago
JSON representation

An attempt to re-create Trello with Hotwire

Awesome Lists containing this project

README

          

# Beta x Rails

![Capture d’écran 2024-07-09 à 12 02 42](https://github.com/betagouv/rails-template/assets/107635/51592c9e-3f74-4384-9561-354c7085b16b)

## Introduction

Ce repo est un kit de démarrage basé sur Ruby on Rails 7 avec le
[DSFR](https://www.systeme-de-design.gouv.fr/), notre [librairie de
composants DSFR](https://github.com/betagouv/dsfr-view-components)
ansi que certains outils choisis :

* RSpec comme framework de tests ;
* Cucumber et Capybara pour les tests BDD ;
* Rubocop (RSpec et Rails) pour le linting.

La base de données est configurée avec PostgreSQL.

## Environnement

Tout l'environnement est configuré pour et depuis Docker. Des
commandes utiles sont fournies dans le [Makefile](./Makefile).

## Démarrage

```shell
docker-compose up
```