The Fancy Dog single page application allows users to dress up a dog in different accessories, and save that dog to the Fancy Dog Hall of Fame.
-
Clone this repo to your local machine with
https://github.com/radville/fancy-dog -
In the
fancy-dog-app/fancy-dog-apifolder, runbundle installto add all gems from the Gemfile -
Create and initialize the postgres database by running
rails db:createandrails db:migrate. To add sample dogs to the Fancy Dog Hall of Fame, runrails db:seed. -
To run the backend server, open a terminal, nagivate to the folder
fancy-dog-app/fancy-dog-frontendand run commandnpx reload -b. To run frontend server, open another terminal, navigate to folderfancy-dog-app/fancy-dog-apiand runrails s. Openhttp://localhost:8080/in the browser to view the application.
- Ruby on Rails 2.6.1 - The web framework used
-
Fork this repo
-
Clone the repo to your local machine with
https://github.com/radville/fancy-dog -
Make your edits!
-
Create a new pull request
- Laura Radville - Initial work - (https://github.com/radville/)
This project is licensed under the MIT License - see the LICENSE.md file for details