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

https://github.com/tsheporamantso/final-capstone-rails-api

This is API only application
https://github.com/tsheporamantso/final-capstone-rails-api

api-rest devise-token-auth postgresql postman-test rails rswag-specs ruby

Last synced: 7 months ago
JSON representation

This is API only application

Awesome Lists containing this project

README

          


StaySphere


# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 StaySphere ](#-staysphere-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [ :clipboard:Kanban board ](#-kanban-board-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Deployment](#deployment)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)

# 📖 StaySphere

**StaySphere** this app built with Rails and React on two different apps. This application enables users to signin/signup create hotels/AirBnb listings and create reservations on each hotel.

## 🛠 Built With

- **Ruby on Rails**
- **React and Redux**

### Tech Stack

- Ruby
- Rails
- Postgresql

### Key Features

- **[React Components]**
- **[Redux]**
- **[Database]**
- **[Rails API]**

(back to top)

## 🚀 Live Demo

- Coming soon.
- [Link](https://github.com/tsheporamantso/final-capstone-react-front-end) to Stay Sphere front-end repository

(back to top)

## 📋 Kanban Board

[Link](https://github.com/users/tsheporamantso/projects/14) to Kanban board

[Link](https://github.com/tsheporamantso/final-capstone-rails-api/issues/5) to initial kanban board state

We are a team of three:

- 👤 **Gladwin Tshepo Ramantso**
- 👤 **George Hamman**
- 👤 **Evans Kofi Nyamekye**

(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:

- VScode
- Ruby
- Rails
- Postgres

### Setup

Clone this repository to your desired folder:

Make sure you setup and run the back-end first.

```sh
git clone git@github.com:tsheporamantso/final-capstone-react-front-end.git
cd final-capstone-react-front-end
```

### Install

Install this project with:

```sh
bundle install
```

```sh
rails db:create
```

```sh
rails db:migrate
rails db:seed
```

### Usage

To run the project, execute the following command:

```sh
rails server

```
### Test

Please run the following commands for test:

```sh
rspec spec/models
rake rswag
```

### Deployment

Not deployed

(back to top)

## 👥 Authors

👤 **Gladwin Tshepo Ramantso**

- GitHub: [@tsheporamantso](https://github.com/tsheporamantso)
- Twitter: [@ramgt001](https://twitter.com/ramgt001)
- LinkedIn: [Tshepo Gladwin Ramantso](https://www.linkedin.com/in/tshepo-ramantso-b6a35433/)

👤 **George Hamman**

- GitHub: [@githubhandle](https://github.com/George7h)
- LinkedIn: George Hamman

👤 **Evans Kofi Nyamekye**
- GitHub: [evansnyamekye](https://github.com/evansnyamekye)
- Twitter: [@nyamekye2131](https://twitter.com/nyamekye2131)
- LinkedIn: [Evans Kofi Nyamekye](https://www.linkedin.com/in/evans-kofi-nyamekye-1980a4117/)

(back to top)

## 🔭 Future Features

- [ ] **Improve Styling**
- [ ] **Specific room selection with each place**
- [ ] **Check to see if a person can book the hotel if they have rooms available**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/tsheporamantso/final-capstone-react-front-end/issues).

(back to top)

## ⭐️ Show your support

If you like this project feel free to leave a star and/or follow me on Github.

(back to top)

## 🙏 Acknowledgments

I would like to thank the code reviewers for taking the time to review our project and for Microverse for supplying it.
Also I would like to thank [Murat Korkmaz](https://www.behance.net/muratk) on Behance for the design inspiration.

(back to top)

## 📝 License

This project is [MIT](https://github.com/tsheporamantso/final-capstone-rails-api/blob/c38877860d5f2a401f246315074edcb5719f42fd/LICENSE) licensed.

(back to top)