{"id":15454305,"url":"https://github.com/usmansbk/rooms-backend","last_synced_at":"2025-04-22T08:14:41.181Z","repository":{"id":45447070,"uuid":"432780459","full_name":"usmansbk/rooms-backend","owner":"usmansbk","description":"Room booking app","archived":false,"fork":false,"pushed_at":"2021-12-14T08:46:49.000Z","size":321,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-04-20T00:53:04.748Z","etag":null,"topics":["postgresql","rails","rest-api"],"latest_commit_sha":null,"homepage":"https://polar-island-18380.herokuapp.com/","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/usmansbk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-11-28T17:34:47.000Z","updated_at":"2023-09-01T20:04:41.000Z","dependencies_parsed_at":"2022-07-15T16:47:15.685Z","dependency_job_id":null,"html_url":"https://github.com/usmansbk/rooms-backend","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usmansbk%2Frooms-backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usmansbk%2Frooms-backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usmansbk%2Frooms-backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usmansbk%2Frooms-backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/usmansbk","download_url":"https://codeload.github.com/usmansbk/rooms-backend/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249834785,"owners_count":21331988,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["postgresql","rails","rest-api"],"created_at":"2024-10-01T22:02:12.565Z","updated_at":"2025-04-20T00:53:10.007Z","avatar_url":"https://github.com/usmansbk.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Final group capstone - Room reservation Backend\n\n![Microverse](https://img.shields.io/badge/Microverse-blueviolet)\n\n\u003e Room reservation app\n\n![screenshot](./erd.png)\n\nThis project is based on an app to book an appointment to try a motorcycle. It has been customized to allow you to book a room or try hosting people with yours.\n\n## Project\n\n- [Kanban board](https://github.com/usmansbk/rooms-backend/projects/1)\n\n- [GitHub](https://github.com/usmansbk/rooms-backend/tree/main)\n\n- Final number of team members: 4\n\n![Screenshot 2021-11-29 at 17-38-52 Final Capstone Project · usmansbk rooms-backend](https://user-images.githubusercontent.com/10219539/143907673-0d2f2af8-08e0-4952-8c50-72d43f99639f.png)\n\n## Frontend\n\n[GitHub Repo](https://github.com/usmansbk/rooms-frontend)\n\n[Live Link](https://microverse-rooms.netlify.app/)\n\n## API\n\n[Heroku](https://polar-island-18380.herokuapp.com)\n\n## Built With\n\n- Ruby on Rails\n- PostgreSQL\n\n## Getting Started\n\nTo get a local copy up and running follow these simple example steps.\n\n### Prerequisites\n\n- [Ruby v3.0.2](https://www.ruby-lang.org/en/)\n- [Rails v6.1.4](https://gorails.com/)\n- [RSwag](https://github.com/rswag/rswag)\n\n## Setup\n\n```sh\ngit clone https://github.com/usmansbk/rooms-backend.git\n\ncd ./rooms-backend\n```\n\n### Install\n\n```sh\nbundle install\n```\n\n### Database\n\n```sh\n# Create user\nsudo -u postgres createuser rooms_backend -s\n\n# Create the database\nrails db:create\n\n## Apply migration\nrails db:migrate\n```\n\n### Run\n\n```sh\nrails s\n```\n\n### Test\n\n```sh\nrspec\n```\n\n### Generate documentation\n\n```sh\nrails rswag\n```\n\n### API Documentation\n\n[Swagger](http://localhost:3000)\n\n### Troubleshoot\n\n```sh\n### Undo migrations\nrake db:migrate VERSION=0\n```\n\n## Authors\n\n👤 **Usman**\n\n- GitHub: [@usmansbk](https://github.com/usmansbk)\n- LinkedIn: [Usman Suleiman Babakolo](https://linkedin.com/in/usmansbk)\n\n👤 **Simon**\n\n- GitHub: [@SimonGrchevski](https://github.com/SimonGrchevski)\n- LinkedIn: [Simon Grchevski](https://www.linkedin.com/in/simon-grchevski-682935209/)\n\n👤 **Olawale**\n\n- GitHub: [@olawale-o](https://github.com/olawale-o)\n- LinkedIn: [Omoogun Olawale](https://linkedin.com/in/olawaleomoogun)\n\n👤 **Denis**\n\n- GitHub: [@denisdiaconu](https://github.com/denisdiaconu)\n- LinkedIn: [Denis Andrei Diaconu](https://www.linkedin.com/in/denis-diaconu-1394091b7/)\n\n## 🤝 Contributing\n\nContributions, issues, and feature requests are welcome!\n\nFeel free to check the [issues page](../../issues/).\n\n## Show your support\n\nGive a ⭐️ if you like this project!\n\n## Acknowledgments\n\n- Microverse\n- Original design by [Murat Korkmaz](https://www.behance.net/muratk) on Behance\n\n## License\n\n[MIT](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fusmansbk%2Frooms-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fusmansbk%2Frooms-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fusmansbk%2Frooms-backend/lists"}