{"id":18151410,"url":"https://github.com/riturajnagar/blogging_application","last_synced_at":"2026-05-05T14:02:36.400Z","repository":{"id":258235555,"uuid":"872988959","full_name":"riturajnagar/Blogging_Application","owner":"riturajnagar","description":"Client wants blogging application where he/she can write blogs and articles. User can comment on the blogs/articles.","archived":false,"fork":false,"pushed_at":"2024-10-27T12:03:31.000Z","size":396,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T23:34:03.374Z","etag":null,"topics":["date","hibernate","java","lombok","maven","modelmapper","mysql","orm","spring-boot","springdata-jpa","springsecurity-jwt","sts-code-platform","swagger-ui"],"latest_commit_sha":null,"homepage":"https://github.com/riturajnagar/Blogging_Application","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/riturajnagar.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":"2024-10-15T12:21:48.000Z","updated_at":"2024-10-27T12:03:35.000Z","dependencies_parsed_at":"2024-12-20T11:28:26.024Z","dependency_job_id":"5683dee3-fc9d-476a-aff3-b396923c02c7","html_url":"https://github.com/riturajnagar/Blogging_Application","commit_stats":null,"previous_names":["riturajnagar/blogging_application"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/riturajnagar/Blogging_Application","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riturajnagar%2FBlogging_Application","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riturajnagar%2FBlogging_Application/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riturajnagar%2FBlogging_Application/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riturajnagar%2FBlogging_Application/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/riturajnagar","download_url":"https://codeload.github.com/riturajnagar/Blogging_Application/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riturajnagar%2FBlogging_Application/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269713884,"owners_count":24463244,"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-08-10T02:00:08.965Z","response_time":71,"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":["date","hibernate","java","lombok","maven","modelmapper","mysql","orm","spring-boot","springdata-jpa","springsecurity-jwt","sts-code-platform","swagger-ui"],"created_at":"2024-11-02T01:07:35.319Z","updated_at":"2026-05-05T14:02:31.355Z","avatar_url":"https://github.com/riturajnagar.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blog Application\n\n\nThis project is developed by individual with the help of the Spring-Boot framework.It is Back-End project build in 4 working days.\nIt contained all the basic CRUD operation related to different entity.\n\n## Contributors (Individual Project)\n- [@Rituraj](https://github.com/riturajnagar)\n\n\n## Tech Stack and Tools\n- Java\n- Spring Boot Framework\n- Spring Data JPA\n- Hibernate\n- MySQL\n- Swagger\n- Lombok\n- Postman Rest Client (API Testing)\n- Maven ORM\n- Apache Tomcat Server (Embedded server in SpringBoot App)\n- STS\n- Git \u0026 Github\n\n\n## Modules\n- User Module\n- Post Module\n- Category Module\n- Comment Module\n\n## ER Diagram\n![img](https://github.com/riturajnagar/Blogging_Application/blob/main/blog_application/src/main/resources/templates/blogapperdiagram.png)\n\n## User Module :\n- user should create, update, delete and list posts\n- new user should able to register on our application\n\n![img](https://github.com/riturajnagar/Blogging_Application/blob/main/blog_application/src/main/resources/templates/UserController.png)\n \n## Categories Module :\n - categories the posts according to categories\n - user can fetch one specific category or list of categories.\n - user can delete and update the category.\n \n ![img](https://github.com/riturajnagar/Blogging_Application/blob/main/blog_application/src/main/resources/templates/CategoryController.png)\n \n ## Post Module :\n - user can fetch posts using user Id or category Id or post Id\n - user can fetch all posts\n - user can delete and update the post\n - posts API includes pagination and sorting\n - you can search posts using keyword.\n - posts include one image too.\n - user can get the specific image also.\n \n ![img](https://github.com/riturajnagar/Blogging_Application/blob/main/blog_application/src/main/resources/templates/PostController.png)\n \n ## Comment Module :\n - user shoud add, update, delete comments on posts.\n \n ![img](https://github.com/riturajnagar/Blogging_Application/blob/main/blog_application/src/main/resources/templates/CommentController.png)\n \n ## Architecture \n \n Layered Architecture\n- Structure (Controller -\u003e API Layere -\u003e Service -\u003e Business Logic -\u003e Repositories -\u003e DAO Layer (Data Access))\n![img](https://github.com/riturajnagar/Blogging_Application/blob/main/blog_application/src/main/resources/templates/layered%20Architecture.png)\n\nUser interaction layer:\n- This is the layer that interacts with users through screens, forms, menus, reports, etc.\n- It defines how the application looks.  \n\nFunctionality layer: \n- This is the layer that presents the functions, methods, and procedures of the system based on the business rules layer\n\nBusiness rules layer:\n- This layer contains rules that determine the behavior of the whole application, such as, “If an invoice is printed, then send an email to the customer, select all items sold, and decrease their stock in the stock management module.” \n\nApplication core layer:\n- This server contains the main programs, code definitions, and basic functions of the application.\n- Programmers work in this layer most of the time.\n\nDatabase layer:\n- This layer contains the tables, indexes, and data managed by the application.\n- Searches and insert/delete/update operations are executed here. \n\n\u003c!-- ### 👉 [Click here](https://drive.google.com/file/d/1MVQJOzg1e8fEZ4Pb0rEgS8Rf3GRf17l-/view?usp=sharing) to go through detail explanation of this application  --\u003e\n\n### 👉 [Click here](http://localhost:7898/swagger-ui/index.html#/) to go through documentation after running application in your system\n\n  \n## Installation \u0026 Run\n- To run this API server, you should update the database configuration inside the application.properties file which is present in the src/main/resources folder.\n- Update the port number, username and password as per your local database configuration.\nserver.port=7898\nspring.datasource.url=jdbc:mysql://localhost:3306/blog_app;\nspring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver\nspring.datasource.username=enter_username\nspring.datasource.password=enter_password\n```\n## API Root Endpoint\n```\nhttps://localhost:7898/\n```\n\n## \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friturajnagar%2Fblogging_application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Friturajnagar%2Fblogging_application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friturajnagar%2Fblogging_application/lists"}