This is an back-end API for a resorts booking web app. In this app, users can see available resorts, reserve resorts, and see own reservations. Users with admin role can also create, update and delete resorts.
This project is made as part of Microverse program.
- RUBY
- RAILS
- To log in as admin use email:
admin@gmail.com
and password:password
- Use the below docs to register then login inorder to get an access token.
- Click on the Authorize button in the API documentation and paste the access token to login
Resorts Booking API Documentation
- We are a team of five developers.
Start by cloning the repository.
git clone https://github.com/banlon-jones/booking-appointment-rails-backend.git
Navigate to the created folder.
cd booking-appointment-rails-backend
Current Ruby Version for this project
ruby 3.1.2
Install all the dependencies.
bundle install
Create and migrate the database
rails db:create
rails db:migrate
To run the test suits
bundle exec rspec spec
To run the server
rails s
Link to localhost
👤 Adorn Choga
- GitHub: @AdornChoga
- Twitter: @adornchoga
- LinkedIn: @adornchoga
👤 Banlon Jones.
- Github: banlon-jones
- Twitter: @banlonj
- LinkedIn: banlon jones
👤 Kanu Mike
- GitHub: @Ginohmk
- Twitter: @michotall95
- LinkedIn: @kanumike
- Instagram: @savy_kanu_mike
- Facebook: @mike.kanu
👤 Tekle Gebreyohannes
👤 Vana Seraydarian
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.