Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/stephenkati/gaming_console_reservation_back_end
- Owner: stephenkati
- License: mit
- Created: 2023-08-14T08:39:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-25T15:08:18.000Z (about 1 year ago)
- Last Synced: 2024-10-04T00:42:27.227Z (about 1 month ago)
- Topics: api, devise-token-auth, postgresql, rails-api
- Language: Ruby
- Homepage:
- Size: 160 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
Ruby on Rails
- **[Render gaming-consoles]**
- **[Add gaming-consoles]**
- **[Delete gaming-consoles]**
- **[Reserve gaming-consoles]**
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
```
π€ **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/
- [] **[Rendering and reserving Laptops]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/stephenkati/gaming_console_reservation_back_end/issues).
If you like this project please show support by staring :star:οΈ.
- 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.
This project is [MIT](./LICENSE) licensed.