Skip to content

Sprout — A Rails app made during IFRAME that provides a platform for plant wholesale to sell and buy their products

License

Notifications You must be signed in to change notification settings

Badmuts/sprout-rails

Repository files navigation

README

Getting started

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

Rails commands

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

Todos

  • 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}

About

Sprout — A Rails app made during IFRAME that provides a platform for plant wholesale to sell and buy their products

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages