Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mukhammadrizooff/jaypeaktours-backend
https://github.com/mukhammadrizooff/jaypeaktours-backend
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mukhammadrizooff/jaypeaktours-backend
- Owner: mukhammadrizooff
- Created: 2022-06-18T21:44:17.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-07-05T18:24:27.000Z (over 2 years ago)
- Last Synced: 2024-05-28T17:12:55.956Z (8 months ago)
- Language: Ruby
- Size: 114 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.