{"id":24167578,"url":"https://github.com/chrxsdev/calendar-rest-api","last_synced_at":"2026-03-05T03:32:49.596Z","repository":{"id":205195026,"uuid":"713631097","full_name":"chrxsdev/calendar-rest-api","owner":"chrxsdev","description":"Collaborative Events Calendar RestAPI is a powerful tool designed to help you manage and coordinate events in a collaborative environment","archived":false,"fork":false,"pushed_at":"2024-02-12T19:00:25.000Z","size":112,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-05T11:45:03.259Z","etag":null,"topics":["api","java","mongodb","rest-api","spring","spring-framework","spring-security-jwt"],"latest_commit_sha":null,"homepage":"https://events-api-ch4j.onrender.com/api/swagger-ui/index.html","language":"Java","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/chrxsdev.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-11-02T23:19:12.000Z","updated_at":"2024-02-12T16:53:44.000Z","dependencies_parsed_at":"2024-01-30T22:01:18.457Z","dependency_job_id":null,"html_url":"https://github.com/chrxsdev/calendar-rest-api","commit_stats":null,"previous_names":["chrisjosuedev/calendar-rest-api","chrxsdev/calendar-rest-api"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/chrxsdev/calendar-rest-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrxsdev%2Fcalendar-rest-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrxsdev%2Fcalendar-rest-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrxsdev%2Fcalendar-rest-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrxsdev%2Fcalendar-rest-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chrxsdev","download_url":"https://codeload.github.com/chrxsdev/calendar-rest-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrxsdev%2Fcalendar-rest-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30108647,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T03:32:43.378Z","status":"ssl_error","status_checked_at":"2026-03-05T03:32:22.667Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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","java","mongodb","rest-api","spring","spring-framework","spring-security-jwt"],"created_at":"2025-01-12T21:23:55.014Z","updated_at":"2026-03-05T03:32:49.580Z","avatar_url":"https://github.com/chrxsdev.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Calendar Events RestAPI\n\n\u003cp style=\"justify-content: center\"\u003e\n   \u003cimg src=\"https://img.shields.io/badge/versión-v1.0-blue.svg\" alt=\"version\"\u003e\n   \u003cimg src=\"https://img.shields.io/badge/status-completed-green\" alt=\"status\"\u003e\n\u003c/p\u003e\n\n✨ Rest API developed to Collaborative Calendar Events.\n\n## ⚡️ Description\nThe Collaborative Events Calendar RestAPI is a powerful tool designed to help you manage and coordinate events in a collaborative environment. Built using the Spring Framework, this API allows users to register, log in, and efficiently manage their events. Whether you're a developer looking to integrate this API into your application or an end user seeking to harness its capabilities, this documentation will provide you with a clear understanding of what the API does and how to use it effectively.\n\n## 👨‍💻 Documentation OpenAPI\n- [Swagger](https://events-api-ch4j.onrender.com/api/swagger-ui/index.html)\n- [Postman Collections \u0026 Documentation](https://documenter.getpostman.com/view/21748987/2s9YXe6PVp)\n\n## ✍🏻 Getting Started\nBefore you get started, make sure you have the following:\n1. Java Development Kit (JDK): Install JDK 8 or above on your system.\n2. Maven: Ensure you have Maven installed to manage dependencies and build the project.\n3. Database: Configure a MongoDB and update the `application.yml` uri.\n\n## 🚀 Setup\n\u003e This is the local version for execution.\n\n1. Clone this project: `git clone https://github.com/chrisjosuedev/calendar-rest-api.git`\n2. Go to the project folder:\n   `cd calendar-rest-api`\n3. Configure your MongoDB Cluster and replace `uri` in `application.yml` with your database uri.\n4. Configure Env Variable: `SECRET_KEY`, with a new value.\n5. Build the project using Maven `mvn clean install -DskipTests`\n\n## 🛠 Run\n\n1. Once the dependencies are installed, you can run via IDE or Maven.\n2. Test Endpoints via Postman (or your preferred API tester) on port 9090: `http://localhost:9090/api/...`\n   \u003e Please check the documentation (Postman) above to see the available endpoints and change `Dev Env`\n\n## 🦀 Technologies\n![SpringBoot badge](https://img.shields.io/badge/springboot-java-brightgreen)\n![Java badge](https://img.shields.io/badge/java-21-red)\n![MongoDB badge](https://img.shields.io/badge/mongodb-db-green)\n\n## 🧾 License\n\nThe MIT License (MIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrxsdev%2Fcalendar-rest-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchrxsdev%2Fcalendar-rest-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrxsdev%2Fcalendar-rest-api/lists"}