{"id":19111244,"url":"https://github.com/callicoder/spring-webflux-reactive-rest-api-demo","last_synced_at":"2025-04-13T11:05:50.846Z","repository":{"id":41514131,"uuid":"103259632","full_name":"callicoder/spring-webflux-reactive-rest-api-demo","owner":"callicoder","description":"Build Reactive Rest APIs with Spring WebFlux and Reactive Mongo","archived":false,"fork":false,"pushed_at":"2021-10-13T11:05:23.000Z","size":63,"stargazers_count":160,"open_issues_count":3,"forks_count":135,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-17T14:09:04.423Z","etag":null,"topics":["reactive-microservices","reactive-programming","reactive-streams","reactivemongo","reactor","rest-api","spring-boot","spring-reactive","spring-webflux","spring5"],"latest_commit_sha":null,"homepage":"https://www.callicoder.com/reactive-rest-apis-spring-webflux-reactive-mongo/","language":"Java","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/callicoder.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":"2017-09-12T11:01:46.000Z","updated_at":"2025-02-18T14:36:09.000Z","dependencies_parsed_at":"2022-09-13T11:01:52.786Z","dependency_job_id":null,"html_url":"https://github.com/callicoder/spring-webflux-reactive-rest-api-demo","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/callicoder%2Fspring-webflux-reactive-rest-api-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/callicoder%2Fspring-webflux-reactive-rest-api-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/callicoder%2Fspring-webflux-reactive-rest-api-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/callicoder%2Fspring-webflux-reactive-rest-api-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/callicoder","download_url":"https://codeload.github.com/callicoder/spring-webflux-reactive-rest-api-demo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245767357,"owners_count":20668826,"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":["reactive-microservices","reactive-programming","reactive-streams","reactivemongo","reactor","rest-api","spring-boot","spring-reactive","spring-webflux","spring5"],"created_at":"2024-11-09T04:27:46.366Z","updated_at":"2025-03-27T02:12:20.158Z","avatar_url":"https://github.com/callicoder.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Build Reactive Rest APIs with Spring WebFlux and Reactive MongoDB\n\nRead the tutorial : https://www.callicoder.com/reactive-rest-apis-spring-webflux-reactive-mongo/\n\n## Requirements\n\n1. Java - 11\n\n2. Maven - 3.x.x\n\n3. MongoDB - 3.x.x\n\n## Steps to Setup\n\n**1. Clone the application**\n\n```bash\ngit clone https://github.com/callicoder/spring-webflux-reactive-rest-api-demo.git\n```\n\n**2. Build and run the app using maven**\n\n```bash\ncd spring-webflux-reactive-rest-api-demo\nmvn package\njava -jar target/webflux-demo-0.0.1-SNAPSHOT.jar\n```\n\nAlternatively, you can run the app without packaging it using -\n\n```bash\nmvn spring-boot:run\n```\n\nThe server will start at \u003chttp://localhost:8080\u003e.\n\n## Exploring the Rest APIs\n\nThe application defines following REST APIs\n\n```\n1. GET /tweets - Get All Tweets\n\n2. POST /tweets - Create a new Tweet\n\n3. GET /tweets/{id} - Retrieve a Tweet by Id\n\n3. PUT /tweets/{id} - Update a Tweet\n\n4. DELETE /tweets/{id} - Delete a Tweet\n\n4. GET /stream/tweets - Stream tweets to a browser as Server-Sent Events\n```\n\n## Running integration tests\n\nThe project also contains integration tests for all the Rest APIs. For running the integration tests, go to the root directory of the project and type `mvn test` in your terminal.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcallicoder%2Fspring-webflux-reactive-rest-api-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcallicoder%2Fspring-webflux-reactive-rest-api-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcallicoder%2Fspring-webflux-reactive-rest-api-demo/lists"}