This is a website for Gunpla fans to keep their collection and review their favorite Gunpla kits. If you would like to see a live version of the website on Heroku, you can find it here.
- Ruby
- Rspec
- Byebug
- Rails
- VSCode
- Postgres
- HTML
- SCSS
- Bundler
- git
- Faker
- Devise
- bootstrap
- C8H10N4O2
Initial Specs:
Behavior | Input | Output |
---|---|---|
Allows users to input a review for a Gunpla | Review information including Title, Rating, and Body | Shows rating on individual Gunpla |
Allows users to add Gunpla to a collection | Click on add to collection button | Shows kit on user's collection |
Allows users to remove Gunpla from a collection | Click on remove from collection button | Removes kit from user's collection |
-
Navigate to the code button on the github website.
-
Click on the code button to open the menu.
-
Copy the HTTPS code by clicking the clipboard next to the link.
-
Within your Bash terminal navigate to your desired location by using cd fallowed by your desired directory.
cd Desktop
- Once you have chosen your desired directory use the command.
git clone https://github.com/jonstump/gunpla-collections
ⓘ
Note :
If you have any problems make sure your HTTPS code is correct! The example above might not be the most recent HTTPS code!
- Now that the project is downloaded you will need to run the command 'bundle install' to install all of the gems from the Gemfile.
bundle install
- In oder to run the tests enter 'rspec' into your terminal.
rspec
- If you would like to see the code use the command "editor ." (where editor is your code editor. example code for VScode and vim for Vim) to open the project in your code editor.
nvim .
- You will need to use rails in order to setup the databases for the project along with Postgres installed on your machine as well. To install the databases and tables run the following command in your terminal:
rake db:create
rake db:migrate
rake db:test:prepare
rake db:seed
- To launch a local version of the site in your browser enter the following:
rails s
This will launch a local host via Rails. You should be able to navigate to http://localhost:3000/ to see the site locally.
- Deploy to Heroku
- None at this time
All Rights Reserved Jon Stump, David Couch, Kerry Lang © 2021 Gundam is owned by Sotsu Sunrise Neon Gensis Evangelion is owned by Gainax