mireie / pdx_burger_week

This project is a mock burger site inspired by Portland's Burger Week. Our site uses our Burger-API that populates the data using both factory bot and faker Ruby gems.

Home Page:https://pdx-burger-week.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NOT! PDX Burger Week

By Adrian Camacho, Michael Reiersgaard, Arthur Lee πŸ”Œ


I am GitHub Readme Generator's creator

Project Description πŸ“

  • This project is a mock burger site inspired by Portland's Burger Week. Our site uses our Burger-API that populates the data using both factory bot and faker Ruby gems.

  • The site allows admin users to view, update and delete burgers at their own free will!

  • As for regular users, you can add, update and delete your own reviews for a burger!

  • View our live site via Heroku at Not!-PDX-Burger-Week.


Tech Stack πŸ’Ύ

  1. Ruby 2.6.3
  2. Rails 6.1.4
  3. Node.js
  4. Ruby gems
  5. HTML
  6. Bootstrap
  7. Scss
  8. Sass
  9. Postman

Installation Instructions πŸ“Œ

  1. Clone this repo: https://github.com/chonnessey/pdx_burger_week.git
  2. Enter new directory cd directory
  3. Install dependencies with the bundle command.
  4. Create a server side database with the command rake db:create.
  5. To run the Rails local server run the command rails s and then navigate to localhost:3000.
  6. Create an account by clicking the sign up link on the homepage.
  7. If you would like to give yourself admin access you can do so in the rails console. Run the command rails c to enter the console.
  8. Find the user you created and look for the id by running User.all.
  9. Once you find your id, save it into a variable ie: admin = User.find(1).
  10. Update your admin attribute to true like this admin.update({:admin => "true"})
  11. Finally save your updated admin object with the command admin.save and you should be good to go!
  12. Fill out the forms, explore and have fun!

Known Bugs πŸ›

  1. No Known Bugs.
  2. Please open a pull request if you have any issues!

Contact Info πŸ“₯

You can reach us at:


License is GPLv3 and I make no claim to copyright. πŸ’‚β€β™‚οΈ


You can't steal what is freely given. Enjoy!





Made in Portland, Oregon.

About

This project is a mock burger site inspired by Portland's Burger Week. Our site uses our Burger-API that populates the data using both factory bot and faker Ruby gems.

https://pdx-burger-week.herokuapp.com/


Languages

Language:Ruby 70.7%Language:HTML 21.3%Language:JavaScript 4.7%Language:SCSS 3.3%