Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/stephenkati/gaming_console_reservation_back_end

Gaming_console_reservation_back_end is a backend rails api that provides service to the front-end react app to fetch data for gaming console reservation.
https://github.com/stephenkati/gaming_console_reservation_back_end

api devise-token-auth postgresql rails-api

Last synced: 23 days ago
JSON representation

Gaming_console_reservation_back_end is a backend rails api that provides service to the front-end react app to fetch data for gaming console reservation.

Awesome Lists containing this project

README

        

# Gaming_console_reservation_back_end

# πŸ“— Table of Contents

- [:book: About the Project](#about-project)
- [:hammer_and_wrench: Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [:computer: Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [:busts_in_silhouette: Authors](#authors)
- [:telescope: Future Features](#future-features)
- [:handshake: Contributing](#contributing)
- [:star:️ Show your support](#support)
- [:pray: Acknowledgements](#acknowledgements)
- [:question: FAQ](#faq)
- [:memo: License](#license)

# πŸ“– [Gaming_console_reservation_back_end]

**[Gaming_console_reservation_back_end]** is a backend rails api that provides service to the front-end react app to fetch data for gaming console reservation.

## [Link to the front-end repo](https://github.com/stephenkati/gaming_console_reservation_front_end.git)

## πŸ›  Built With

### Tech Stack

Ruby on Rails

### Key Features

- **[Render gaming-consoles]**
- **[Add gaming-consoles]**
- **[Delete gaming-consoles]**
- **[Reserve gaming-consoles]**

(back to top)

## πŸ’» Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need:

- Install Ruby
- Install Rails
- Install Postgresql

### Setup

Clone this repository to your desired folder:

```sh
cd gaming_console_reservation_back_end
git clone https://github.com/stephenkati/gaming_console_reservation_back_end.git
```

### Install

Install this project with:

```sh
cd gaming_console_reservation_back_end
bundle install
```

```sh
gem install --no-document rubocop -v '>= 1.0, < 2.0'
```

### Usage

To run the project, execute the following command:

```sh
rails db:create
rails db:migrate
rails db:seed
rails server
```

### Run tests

To run tests, run the following command:

```sh
rspec
```

(back to top)

## πŸ‘₯ Authors

πŸ‘€ **Author1**
_[NALEDI DIKGALE]_

- GitHub: [@githubhandle](https://github.com/Naledi-Dikgale)
- Twitter: [@twitterhandle](https://twitter.com/ChichiTheStar)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/naledi-dikgale-068423159/)
- Website: https://naledi-dikgale.github.io/mobile-portfolio/

πŸ‘€ **Author2**
_[Stephen Katuli]_

- GitHub: [@githubhandle](https://github.com/stephenkati)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/stephen-katuli/)
- Twitter: [@twitterhandle](https://twitter.com/stephen57913145)

πŸ‘€ **Author3**
_[Miles Mosweu]_

- GitHub: [@Timbar09](https://github.com/Timbar09)
- Twitter: [@Milez09](https://twitter.com/Milez09)
- LinkedIn: [@miles-mosweu09](https://www.linkedin.com/in/miles-mosweu09)

πŸ‘€ **Author4**
_[Yacoubou Seidou]_

- GitHub: [@Yacoubou-seidou](https://github.com/Yacoubou-seidou)
- Linkedin: [Linkedin](https://www.linkedin.com/in/yacoubou-seidou-chaibou)
- Website: https://yacoubou-seidou-portfolio.vercel.app/

(back to top)

## πŸ”­ Future Features

- [] **[Rendering and reserving Laptops]**

(back to top)

## 🀝 Contributing

Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/stephenkati/gaming_console_reservation_back_end/issues).

(back to top)

## ⭐ Show your support

If you like this project please show support by staring :star:️.

(back to top)

## πŸ™Acknowledgments

- WE would like to thank Microverse for providing adequate learning material and a safe learning environment.
- We would like to extend our sincerest gratitude for [Murat Korkmaz](https://www.behance.net/gallery/26425031/Vespa-Responsive-Redesign) for this beautiful design.

(back to top)

## πŸ“ License

This project is [MIT](./LICENSE) licensed.

(back to top)