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
- Host: GitHub
- URL: https://github.com/freesteph/trellolala
- Owner: freesteph
- Created: 2024-08-08T12:56:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-08T12:56:49.000Z (almost 2 years ago)
- Last Synced: 2025-10-04T04:48:40.650Z (9 months ago)
- Language: HTML
- Size: 321 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Beta x Rails

## 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
```