{"id":19566596,"url":"https://github.com/zahraarshia/book-flight-backend","last_synced_at":"2026-05-02T22:32:05.537Z","repository":{"id":46144208,"uuid":"513823130","full_name":"ZahraArshia/book-flight-backend","owner":"ZahraArshia","description":"BOOK-FLIGHT-BACKEND is a RESTful API that allows users to book a flight.","archived":false,"fork":false,"pushed_at":"2022-07-28T21:32:22.000Z","size":127,"stargazers_count":0,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"development","last_synced_at":"2025-02-26T09:46:11.638Z","etag":null,"topics":["api","backend","postgresql","rails","rest-api","restful-api","ruby"],"latest_commit_sha":null,"homepage":"https://flightfull.netlify.app/","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ZahraArshia.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-07-14T08:39:08.000Z","updated_at":"2022-09-01T15:15:51.000Z","dependencies_parsed_at":"2022-08-29T17:41:09.431Z","dependency_job_id":null,"html_url":"https://github.com/ZahraArshia/book-flight-backend","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"microverseinc/readme-template","purl":"pkg:github/ZahraArshia/book-flight-backend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZahraArshia%2Fbook-flight-backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZahraArshia%2Fbook-flight-backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZahraArshia%2Fbook-flight-backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZahraArshia%2Fbook-flight-backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZahraArshia","download_url":"https://codeload.github.com/ZahraArshia/book-flight-backend/tar.gz/refs/heads/development","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZahraArshia%2Fbook-flight-backend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285335552,"owners_count":27154282,"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","status":"online","status_checked_at":"2025-11-19T02:00:05.673Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["api","backend","postgresql","rails","rest-api","restful-api","ruby"],"created_at":"2024-11-11T05:32:55.287Z","updated_at":"2025-11-19T22:03:17.347Z","avatar_url":"https://github.com/ZahraArshia.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"## BOOK-FLIGHT-BACKEND\n\u003e BOOK-FLIGHT-BACKEND is a RESTful API that allows users to book a flight.\n\n## API Manipulation and Endpoints\n\nIf you need further information about the endpoints you can view the documentation navigating to /api-docs.\nIf you would like to clone and view it on your side then try `http://localhost:3000/api-docs`.\n\n## Demo\n[Live Demo](https://intense-savannah-72561.herokuapp.com/)\n\n## Built With\n\n- Ruby\n- Ruby on Rails\n- PostgreSQL\n\n## Frontend Repository Link\n\u003ca href=\"https://github.com/ZahraArshia/book-flight-frontend\"\u003eBook A Flight Frontend\u003c/a\u003e\n\n\u003c/div\u003e\n\n## Kanban Board\n\n### Current state\n\n[Link to the Kanban Board](https://github.com/ZahraArshia/book-flight-backend/projects/1)\n\n### Initial State\n\n![image](https://user-images.githubusercontent.com/78906545/181631910-64f3f1b6-5836-4099-907f-a2f244ca581d.png)\n\n\u003cbr\u003e\n\u003cbr\u003e\n\n- This final group capstone was completed by a team of 4 members \u003cbr\u003e\n        1.       Zahra Arshia \u003cbr\u003e\n        2.       Saied Gaffer \u003cbr\u003e\n        3.       Emmanuel Jolugbo \u003cbr\u003e\n        4.       Furkan Denizhan \u003cbr\u003e\n        \n \u003cbr\u003e\n\n## Getting Started\n\n- [Install Ruby](https://www.ruby-lang.org/en/documentation/installation/) on your local machine \n- [Install Ruby on Rails](https://guides.rubyonrails.org/v5.1/getting_started.html)\n- Clone [this repository](https://github.com/ZahraArshia/book-flight-backend)\n  ```\n  git clone git@github.com:ZahraArshia/book-flight-backend.git\n  ```\n- To get started, In the root directory run:\n  ```\n  gem install bundler\n  ```\n  Then run:\n  ```\n  bundle install\n  ```\n  To start the server run: \n\n  ```\n  rails s\n  ```\n  Open the browser with `localhost:3000`\n\n  \n## After installing bundle\n\nPlease run the following commands `rails db:create` `rails db:migrate` `rails s`\n\n## Tests\n```\nbundle exec rspec\n```\nOr\n```\nrspec spec\n```\n### To track linter errors locally follow these steps:  \n\nTrack linter errors run:\n```\nrubocop\n```\n\n## Authors\n\n:woman: **Zahra Arshia**\n\n- [GitHub](https://github.com/ZahraArshia)\n- [LinkedIn](https://www.linkedin.com/in/zahra-arshia-89247210a/)\n\n:man: **Saied Gaffer**\n- [GitHub](https://github.com/saied2035)\n- [LinkedIn](https://www.linkedin.com/in/saiedgaffer/)\n\n:man: **Furkan Denizhan**\n- [GitHub](https://github.com/nevisende)\n- [LinkedIn](https://www.linkedin.com/in/furkan-denizhan/)\n\n:man: **Emmanuel Jolugbo**\n- [GitHub](https://github.com/Thermiee)\n\n## 🤝 Contributing\n\nContributions, issues, and feature requests are welcome!\n\nFeel free to check the [issues page](https://github.com/ZahraArshia/book-flight-backend/issues).\n\n## Show your support\n\nGive a ⭐️ if you like this project!\n\n## Acknowledgments\n\n- Thanks to our reviewers and coding partners.\n\n## 📝 License\n\nThis project is [MIT](./MIT.md) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzahraarshia%2Fbook-flight-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzahraarshia%2Fbook-flight-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzahraarshia%2Fbook-flight-backend/lists"}