{"id":24317195,"url":"https://github.com/gitsdeepak/mobizone","last_synced_at":"2025-04-13T16:04:45.878Z","repository":{"id":138404523,"uuid":"272243712","full_name":"gitsdeepak/MobiZone","owner":"gitsdeepak","description":"Ecommerce Capstone Project/Shopping Website using JSP, SERVLET, BOOTSTRAP.","archived":false,"fork":false,"pushed_at":"2020-07-18T12:50:40.000Z","size":10234,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-13T16:04:22.345Z","etag":null,"topics":["bootstrap","bootstrap4","cart","eclipse","ecommerce","ecommerce-capstone","ecommerce-website","hibernate","jsp","jsp-servlet","mysql-server","project","servlet","tomcat"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gitsdeepak.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,"publiccode":null,"codemeta":null}},"created_at":"2020-06-14T16:46:36.000Z","updated_at":"2024-06-10T05:13:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"0389446d-f067-445c-881f-2d5dc29c0d3e","html_url":"https://github.com/gitsdeepak/MobiZone","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/gitsdeepak%2FMobiZone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitsdeepak%2FMobiZone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitsdeepak%2FMobiZone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitsdeepak%2FMobiZone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gitsdeepak","download_url":"https://codeload.github.com/gitsdeepak/MobiZone/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248741201,"owners_count":21154253,"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":["bootstrap","bootstrap4","cart","eclipse","ecommerce","ecommerce-capstone","ecommerce-website","hibernate","jsp","jsp-servlet","mysql-server","project","servlet","tomcat"],"created_at":"2025-01-17T13:32:50.211Z","updated_at":"2025-04-13T16:04:45.845Z","avatar_url":"https://github.com/gitsdeepak.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MobiZone [![HitCount](http://hits.dwyl.io/gitsdeepak/MobiZone.svg)](http://hits.dwyl.io/gitsdeepak/MobiZone)\n\nDeveloping a ***MobiZone*** **Ecommerce Capstone Project using Hibernate + JSP + Servlet.**\n\nEcommerce Capstone Project\n\n### Functionalities:\n\n1. User Registration\n\n2. **CRUD Operations** like\n\n* User can add product to his cart\n* Admin can add product to the product list\n* Admin can edit the product details\n* Admin can delete the product from the list\n\n### Tools and Technologies:\n\n* **Technology** : JSP, Java, Hibernate, Bootstrap.\n* **Application Servicer**: Apache Tomcat Server 9\n* **Database** : SQL Server 2012.\n\n### Installation:\n\n1. Development Platform - Eclipse JEE \n\n   * [Download Eclipse](https://www.eclipse.org/downloads/packages/release/2020-06/r/eclipse-ide-enterprise-java-developers)\n\n2. Server - Apache Tomcat Server 9\n\n   * [Download Apache Server](https://tomcat.apache.org/download-90.cgi)\n\n3. Database - SQL Server 2012\n\n   * [Download SQL Server 2012](https://www.microsoft.com/en-us/download/details.aspx?id=29062)\n\n5. Configuring tomcat with Eclipse (windows) - [Click Here](https://javatutorial.net/run-tomcat-from-eclipse)\n\n6. Clone the repository and import it to eclipse\n\n7. Run your SQL Server 2012 Database.\n\n8. Configure your database configuration in **hibernate.cfg.xml**\n\n   * Database properties:\n\n\n        \u003c!-- database properties DataSource --\u003e\n             \n              \u003cproperty name=\"hibernate.dialect\"\u003e..................YOUR DB DIALECT...........\u003c/property\u003e\n              \u003cproperty name=\"hibernate.connection.driver_class\"\u003e..YOUR DB DRIVER CLASS........\u003c/property\u003e\n              \u003cproperty name=\"hibernate.connection.url\"\u003e...........YOUR DB CONNECTION URL..........\u003c/property\u003e\n              \u003cproperty name=\"hibernate.connection.username\"\u003e......YOUR DB CONNECTION USERNAME........\u003c/property\u003e\n              \u003cproperty name=\"hibernate.connection.password\"\u003e......YOUR DB CONNECTION PASSWORD..........\u003c/property\u003e\n              \u003cproperty name=\"hibernate.show_sql\"\u003etrue\u003c/property\u003e\n              \u003cproperty name=\"hibernate.hbm2ddl.auto\"\u003eupdate\u003c/property\u003e\n\n9. Run the server.\n\n#### Somethings wrong!!\n\nIf you find that something's wrong with this package, you can let me know by raising an issue on the GitHub issue tracker, \nor take it as a task and 🧑‍💻 resolve it 💪 --\u003e create a PullRequest 🛠.\n\n##### Contribution\n\n***Contributors are most welcome.***\n\n# About work and achievement\n\n- [ ] Home page layout have completed and responsive as well\n- [x] Complete ID (Sign In \u0026 Sign Up) page\n- [ ] User account\n- [x] Product page\n  - [x] Main design\n  - [ ] Images Grid\n  - [ ] Function and Requirements(list)\n\n## Preview of web pages\nYou can see my web page below :\n- [Home page](https://gitsdeepak.github.io/MobiZone/)\n- [Sign-In page](https://gitsdeepak.github.io/MobiZone/login.jso)\n- [Sign-Up page](https://gitsdeepak.github.io/MobiZone/register.jsp)\n- [User-Account cart page](https://gitsdeepak.github.io/MobiZone/cart.jsp)\n- [Product page](https://gitsdeepak.github.io/MobiZone/product.jsp)\n\n***Please suggest me any improvement or any change.***\n\n\n***Thank You***\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitsdeepak%2Fmobizone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgitsdeepak%2Fmobizone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitsdeepak%2Fmobizone/lists"}