{"id":15449615,"url":"https://github.com/miguelargentina/ror-appointments-api","last_synced_at":"2026-05-02T13:33:08.755Z","repository":{"id":117066737,"uuid":"410409318","full_name":"MiguelArgentina/ror-appointments-api","owner":"MiguelArgentina","description":"This is a RESTful API to handle and report appointments between clients and providers. Security is handled with devise gem and using JWT.","archived":false,"fork":false,"pushed_at":"2021-10-01T20:41:08.000Z","size":202,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-18T16:23:36.343Z","etag":null,"topics":["api","devise","devise-jwt","rails","restful-api","ror"],"latest_commit_sha":null,"homepage":"","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/MiguelArgentina.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-09-26T00:14:16.000Z","updated_at":"2021-10-01T20:55:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"e92adb08-662c-4dbd-a541-a81b837d0df4","html_url":"https://github.com/MiguelArgentina/ror-appointments-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MiguelArgentina/ror-appointments-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MiguelArgentina%2Fror-appointments-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MiguelArgentina%2Fror-appointments-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MiguelArgentina%2Fror-appointments-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MiguelArgentina%2Fror-appointments-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MiguelArgentina","download_url":"https://codeload.github.com/MiguelArgentina/ror-appointments-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MiguelArgentina%2Fror-appointments-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32536576,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T12:25:33.646Z","status":"ssl_error","status_checked_at":"2026-05-02T12:24:51.733Z","response_time":132,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","devise","devise-jwt","rails","restful-api","ror"],"created_at":"2024-10-01T21:01:02.096Z","updated_at":"2026-05-02T13:33:08.736Z","avatar_url":"https://github.com/MiguelArgentina.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n![](https://img.shields.io/badge/TucuSoft-Software%20Solutions-red)\n\n# Booking services with providers API\n\n## Objective\n\nThis project is created as a challenge for a job offer.\n\n## Features\n\n- This service lets clients book appointments with providers\n- The service requires you signup with a username and password for security\n- After singning-in, you get a JWT token, which you must include in every request, if not, the service considers the request invalid.\n- The JWT token is valid for an hour\n- Every user has a role: Admin, Client or Provider. By default, the Client role is provided if none specified (view the endpoints details further below)\n- All requests are responded with JSON objects.\n\n\n## Enhancements To-Do list\n\n- UI for admin staff\n- Variety of reports\n- Recover password\n- Booking appointments for a range of days (as of now, users can only book appointments for one day)\n\n## Live link\n\nRefer to the endpoints section where you will get the base URL for testing the API.\nThe backend is hosted on Heroku.\n\n## Endpoints\n\n[Click here](./wiki/endpoints.md)\n\n## DB diagram\n\n![](db_schema.png)\n\n\n## Repository\n\n- You can find the repo [here](https://github.com/MiguelArgentina/ror-appointments-api).\n\n## Built With\n\n- Ruby 2.7.2\n- Rails 6.1.4.1\n\n## Prerequisites\n- Ruby 3.0.\n- Rails 6.1.3\n- Postgres: \u003e=9.5\n- Node.js\n- Yarn\n\n## Getting started\n\n- Open your terminal - Windows: `Win + R`, then type `cmd` | Mac: `Command + space`, then type `Terminal`\n- Navigate to a directory of your choosing using the `cd` command\n- Run this command in your OS terminal: `git clone ggit@github.com:MiguelArgentina/ror-appointments-api.git` to get a copy of the project.\n- Navigate to the project's directory using the `cd` command\n- Install gems with: `bundle install`  \n- Setup database with:\n\n```\n   rails db:create\n   rails db:migrate\n```\n- Fill in the database with test data using:\n\n```\n   rails db:seed\n```\n\n### Usage\n\n- Start server with:\n\n```\n    rails server\n```\n\n- Open `http://localhost:3000/` in your browser to see server interaction with user requests.\n- You can use  `curl` commands for sending requests or [Postman](https://www.postman.com/downloads/). Remember to add the authorization token received after sing-in for every request you make. **Refer to endpoints section to get a list of all available options**\n\n\n## Author\n\n👤 \u0026nbsp; **Miguel Ricardo Gomez**\n\n- GitHub: [@MiguelArgentina](https://github.com/MiguelArgentina)\n- Twitter: [@Qete_arg](https://twitter.com/Qete_arg)\n- LinkedIn: [Miguel Ricardo Gomez](https://www.linkedin.com/in/miguelricardogomez/)\n\n\u003cbr\u003e\n\n## Show your support\n\nGive a ⭐️ \u0026nbsp; if you like this project!\n\n\n## Acknowledgments\n\n- Thanks to [GreekDataGuy](https://greekdataguy.medium.com/) for his excellent [Devise-JWT Tutorial](https://medium.com/ruby-daily/a-devise-jwt-tutorial-for-authenticating-users-in-ruby-on-rails-ca214898318e). \n\n## License\n\nAvailable as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiguelargentina%2Fror-appointments-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmiguelargentina%2Fror-appointments-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiguelargentina%2Fror-appointments-api/lists"}