Skip to content

rbalonek/Signup_Template

Repository files navigation

Signup Tutorial

React Rails Email

Description

This app is a prototype app for a client who needed a sign up form for vendors at a health fair.

They wanted email notifications when a vendor signs up. One notification to the vendor, and a notificationß for the client.


I also setup a "backend" for them, so they can View / delete the vendors.

Steps


rails db:create
rails db:migrate

Rails g scaffold Vendor name company phone address email service description liabilityRequire prize snackBring snacks

Change API config
SEARCH //ADD for changes needed

heroku create --remote heroku-18 --stack heroku-18 -heroku-18
OR
heroku stack:set heroku-18 -a
git commit -m "message here"
git push heroku master
heroku run rails db:migrate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published