Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elijahscriptdev/online-store
This is a meat restaurant website where people can order for the type of meat they are interested in. There are four(4) categories of meat: cow beef, goat, chicken and turkey.
https://github.com/elijahscriptdev/online-store
bootstrap4 cloudinary css heroku javascript ruby ruby-on-rails
Last synced: 29 days ago
JSON representation
This is a meat restaurant website where people can order for the type of meat they are interested in. There are four(4) categories of meat: cow beef, goat, chicken and turkey.
- Host: GitHub
- URL: https://github.com/elijahscriptdev/online-store
- Owner: Elijahscriptdev
- Created: 2020-05-20T13:50:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T19:44:58.000Z (about 2 years ago)
- Last Synced: 2025-01-03T16:18:30.919Z (about 1 month ago)
- Topics: bootstrap4, cloudinary, css, heroku, javascript, ruby, ruby-on-rails
- Language: Ruby
- Homepage: https://my-restaurant-store.herokuapp.com/
- Size: 1.24 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DOMI-NOUS RESTAURANT
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.
## Built With
- Ruby v2.6.3
- Ruby on Rails v6.0.3## Technologies
- HTML
- CSS
- Ruby
- Ruby On Rails
- SASS
- Cloudinary## Deployment to heroku
[Live link](https://my-restaurant-store.herokuapp.com/)## Images
![](https://res.cloudinary.com/elijjaaahhhh/image/upload/v1600182699/dominous_elrdux.png)![](https://res.cloudinary.com/elijjaaahhhh/image/upload/v1600182343/dominous2_ujoqbu.png)
## Prerequisites
- Ruby: 2.6.3
- Rails: 6.0.3## Functionalities
- 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## Setup
```sh
$ git clone https://github.com/Elijahscriptdev/online-store.git
```Navigate to the extracted folder
```sh
$ cd Buzz_me
```Install the gems
```sh
$ bundle install
```Create the database
```sh
$ rails db:create
```Run the migrations
```sh
$ rails db:migrate
```
Run seed migrations
```sh
$ rails db:seed
```### Usage
Start server with:
```sh
rails server
```Open `http://localhost:3000/` in your browser.
### Run tests
```
rpsec
```## Author
👤 **Elijah Obominuru**
[Github](https://github.com/Elijahscriptdev) | [Twitter](https://twitter.com/ElijahObominuru) | [LinkedIn](https://www.linkedin.com/in/elijah-obominuru-0b730b143/)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
## Show your support
Give a ⭐️ if you like this project!
## Credits
App UI Design idea by Nelson Sakwa on [Behance](https://www.behance.net/gallery/14554909/liFEsTlye-Mobile-version)## 📝 License
This project is licensed under MIT license - see [LICENSE](/LICENSE) for more details.