Web app for Realtor Business. Visitors fill out the form and receive a welcome email. Client will be created after Visitor fill out the form. User has access to Client data. Users receive an email when a new customer has registered. User can upload images to the clients account.
ruby 2.7.0 rails 6.0
$ git clone https://github.com/matthiashaefeli/letsbuyyourhousenow.git
$ bundle install
$ rails db:create
$ rails db:migrate
$ rails s