Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.