- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ (OPTIONAL)
- 📝 License
Hotel Backend is a backend application interface providing secured endpoints for booking hotel rooms.
Server
Database
- Implement Authenticated endpoint
- Implement CRUD functionality for hotels model
- Implement CRUD functionality for rooms model
- Implement CRUD functionality for booking model
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Ruby
- Postgres
Clone this repository to your desired folder:
git clone https://github.com/t-bello7/hotel-backend.git
Install this project with:
cd hotel-backend
bundle install
To run the project, execute the following command:
bin/rails server
bin/rails db:create
bin/rails db:migrate
To run tests, run the following command:
rspec spec
You can deploy this project using Fly
👤 Ezea Stephen Nnabuike
👤 Bello Oluwatomisin
- GitHub: @t-bello7
- Twitter: @__tbello
- LinkedIn: Bello Oluwatomisin
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project kindly star the project
We would like to thank microverse and the open source community for resources and Knowledge
This project is MIT licensed.