Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mukhammadrizooff/jaypeaktours-backend


https://github.com/mukhammadrizooff/jaypeaktours-backend

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# PeakVermontTours Backend
It is minimum viable product to simulate a booking tours website. The users can get a list of available tours and check their details. It also allows user to create and delete tour items.

## Features

- GET and POST requests are permited.
- It uses a CORS which allow any origin.
- It's will recieve requests from the `PeakVermontTours` frontend app, which is hosted [here](https://github.com/mukhammadrizooff/JayPeakTours-frontend).

Coming Soon .....

## Built With

- Ruby
- Ruby on Rails

## Getting Started

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

### Prerequisites

- Have `git` installed on your local computer.
- Have `ruby` installed on your local computer.
- Have `rails` installed on your local computer.
- Have `postgresql` installed on you local computer.

### Install

- Run the commant `[email protected]:mukhammadrizooff/JayPeakTours-backend.git` or `https://github.com/mukhammadrizooff/JayPeakTours-backend.git` to clone this repository to your local computer. Choose the location you prefer.
- Run the command `bundle install` to install all project's rails dependencies.

### Usage

- Run the command `rails db:create` to create the app's database.
- Run the command `rails s -p 3001` to execute the API.
- Open the url `http://localhost:3001` on a browser.

## Authors

πŸ‘€ *Gabriela SΓ‘nchez Espirilla*

- GitHub: [@gabyse1](https://github.com/gabyse1)
- LinkedIn: [gabyse](https://www.linkedin.com/in/gabyse/)
- Twitter: [@gabyse0](https://twitter.com/gabyse0)

πŸ‘€ *Sumair Qaisar*

- GitHub: [@sumairq](https://github.com/sumairq)
- Twitter: [@sumair_qaisar](https://twitter.com/sumair_qaisar)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/sumair-qaisar-jadoon-84a877164/)

πŸ‘€ *Mukhammadrizo Abdunazarov*

- GitHub: [@mukhammadrizooff](https://github.com/mukhammadrizooff)
- Twitter: [@muhammadrizooff](https://twitter.com/muhammadrizooff)
- LinkedIn: [LinkedIn](https://linkedin.com/in/mukhammadrizooff)

## 🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments

- Linters: [Microverse](https://github.com/microverseinc/linters-config)

## πŸ“ License

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