Make sure Docker and Docker Compose are installed then run:
# First time start should build images first
$ make
# Start the application
$ make dev
# Or:
$ docker-compose up
# First time should probaly migrate and seed the database
$ docker-compose exec app bundle exec rails db:create && docker-compose exec app bundle exec rails db:migrate && docker-compose exec app bundle exec rails db:seed
Make sure the app is running
$ docker-compose exec app bundle exec rails command
For example db:create
$ docker-compose exec app bundle exec rails db:create
- Accountbeheer
- Authenticatie
- Abonnementenbeheer
- List plans
- Subscribe to plan via ideal payment via mollie
- Create webhook for mollie to fetch payment/subscription status
- Advertenties (vraag en aanbod)
- Notificaties voor vraag en aanbod (email of elders)
- Advertentie beheer
- Create
- Edit
- Remove
- Profiel pagina (bedrijfgegevens)
- Update through settings
- View page via
/c/{companyId}