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-api
folder, run bundle install
to add all gems from the Gemfile
Create and initialize the postgres database by running rails db:create
and rails db:migrate
. To add sample dogs to the Fancy Dog Hall of Fame, run rails db:seed
.
To run the backend server, open a terminal, nagivate to the folder fancy-dog-app/fancy-dog-frontend
and run command npx reload -b
. To run frontend server, open another terminal, navigate to folder fancy-dog-app/fancy-dog-api
and run rails s
. Open http://localhost:8080/
in the browser to view the application.
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
This project is licensed under the MIT License - see the LICENSE.md file for details