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.

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 git@github.com: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

👤 Sumair Qaisar

👤 Mukhammadrizo Abdunazarov

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.