This customized web app was built for a client seeking a simple way to allow her patrons to request unique baked goods and submit "pin-spiration" for the baker to follow.
- Ability to log in or register, and logout
- Create a cake request if logged in
- Client receives an email, with request confirmation and request details.
- Client can edit request.
- macOS version (~> 10.1)
- bundler
- Ruby 2.4.
- Rails 5.1.3
- PostgreSQL 9.6.3
$ git clone https://github.com/DaniGlass/beach_dog_bakery.git
$ cd beach_dog_bakery
$ bundle
$ bin/rails db:create
$ bin/rails db:migrate
$ bin/rails s
The website uses a Postgres database
- postgres (PostgreSQL) 9.6.3
$ rails db:create
$ rails db:migrate
$ rails db:seed
$ rspec
Beach_dog_bakery is released under the MIT License.