{"id":18970327,"url":"https://github.com/athiththan11/hibernate-crud","last_synced_at":"2026-05-09T19:07:22.005Z","repository":{"id":43856301,"uuid":"172907189","full_name":"athiththan11/Hibernate-CRUD","owner":"athiththan11","description":"CRUD Application with Hibernate and PostgreSQL","archived":false,"fork":false,"pushed_at":"2022-09-08T00:59:45.000Z","size":19,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-04T06:07:32.433Z","etag":null,"topics":["crud-application","elephantsql","hibernate","hibernate-orm","java-8","maven","postgresql","restful-api"],"latest_commit_sha":null,"homepage":"","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/athiththan11.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}},"created_at":"2019-02-27T11:59:49.000Z","updated_at":"2021-05-22T18:23:40.000Z","dependencies_parsed_at":"2023-01-17T23:20:15.506Z","dependency_job_id":null,"html_url":"https://github.com/athiththan11/Hibernate-CRUD","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/athiththan11/Hibernate-CRUD","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/athiththan11%2FHibernate-CRUD","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/athiththan11%2FHibernate-CRUD/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/athiththan11%2FHibernate-CRUD/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/athiththan11%2FHibernate-CRUD/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/athiththan11","download_url":"https://codeload.github.com/athiththan11/Hibernate-CRUD/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/athiththan11%2FHibernate-CRUD/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32831537,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"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":["crud-application","elephantsql","hibernate","hibernate-orm","java-8","maven","postgresql","restful-api"],"created_at":"2024-11-08T14:56:40.976Z","updated_at":"2026-05-09T19:07:21.986Z","avatar_url":"https://github.com/athiththan11.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hibernate CRUD\n\nA simple student CRUD Application with Hibernate and PostgreSQL (hosted on [ElephantSQL](https://www.elephantsql.com/))\n\nCheckout the live demo [Deployed on Heroku](https://hibernate-crud.herokuapp.com)\n\n## Usage\n\nClone or download the application and replace the configuration and connection properties.\n\nBuild the application using the following command\n\n```bash\nmvn clean install package\n```\n\nand deploy it in your favourite application server.\n\n## API Endpoints\n\n-   GET [/api/students](http://localhost:8080/hibernate/api/students) : to read all students\n-   GET [/api/students/{id}](http://localhost:8080/hibernate/api/students/4) : to read a particular student object\n-   POST [/api/students](http://localhost:8080/hibernate/api/students) : to save a student object\n\n    The request should send a body in `application/json` format as follows\n\n    ```json\n    {\n        \"name\": \"Github\",\n        \"username\": \"github\",\n        \"email\": \"hub@git.com\"\n    }\n    ```\n\n-   PUT [/api/students/{id}](http://localhost:8080/hibernate/api/students/4) : to update a student object\n\n    The request should send a body in `application/json` format as follows\n\n    ```json\n    {\n        \"name\": \"Github Microsoft\",\n        \"username\": \"github\",\n        \"email\": \"hub@git.com\"\n    }\n    ```\n\n-   DELETE [/api/students/{id}](http://localhost:8080/hibernate/api/students/5) : to delete a student object\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fathiththan11%2Fhibernate-crud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fathiththan11%2Fhibernate-crud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fathiththan11%2Fhibernate-crud/lists"}