This is a meat restaurant website where people can order for the type of meat they are interested in. There fouur(4) categories of meat: cow beef, goat, chicken and turkey.
- Ruby v2.6.3
- Ruby on Rails v6.0.3
- HTML
- CSS
- Ruby
- Ruby On Rails
- SASS
- Cloudinary
- Ruby: 2.6.3
- Rails: 6.0.3
- Create Products
- Create Categories of products
- View products
- Add products to cart
- Delete categories
- Delete products
- Show trending products
- Each category displays all the products under it
$ git clone https://github.com/Elijahscriptdev/online-store.git
Navigate to the extracted folder
$ cd Buzz_me
Install the gems
$ bundle install
Create the database
$ rails db:create
Run the migrations
$ rails db:migrate
Run seed migrations
$ rails db:seed
Start server with:
rails server
Open http://localhost:3000/
in your browser.
rpsec
👤 Elijah Obominuru
Contributions, issues and feature requests are welcome!
Give a ⭐️ if you like this project!
App UI Design idea by Nelson Sakwa on Behance
This project is licensed under MIT license - see LICENSE for more details.