{"id":26296154,"url":"https://github.com/rohancyberops/shoppingcart","last_synced_at":"2025-03-15T04:17:07.787Z","repository":{"id":276117317,"uuid":"926545723","full_name":"RohanCyberOps/ShoppingCart","owner":"RohanCyberOps","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-03T12:58:39.000Z","size":6076,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-10T19:51:30.531Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/RohanCyberOps.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","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},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["paypal.me/ikismail7"]}},"created_at":"2025-02-03T12:57:38.000Z","updated_at":"2025-02-03T14:22:47.000Z","dependencies_parsed_at":"2025-02-06T11:59:04.420Z","dependency_job_id":"a83fded7-4250-4c24-a71c-24699e6c40aa","html_url":"https://github.com/RohanCyberOps/ShoppingCart","commit_stats":null,"previous_names":["rohancyberops/shoppingcart"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohanCyberOps%2FShoppingCart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohanCyberOps%2FShoppingCart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohanCyberOps%2FShoppingCart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohanCyberOps%2FShoppingCart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RohanCyberOps","download_url":"https://codeload.github.com/RohanCyberOps/ShoppingCart/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243681043,"owners_count":20330155,"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":[],"created_at":"2025-03-15T04:17:07.206Z","updated_at":"2025-03-15T04:17:07.780Z","avatar_url":"https://github.com/RohanCyberOps.png","language":"Java","funding_links":["paypal.me/ikismail7"],"categories":[],"sub_categories":[],"readme":"# ShoppingCart - An amazing website [![HitCount](http://hits.dwyl.io/ikismail/ShoppingCart.svg)](http://hits.dwyl.io/ikismail/ShoppingCart) [![Not Maintained](https://img.shields.io/badge/Maintenance%20Level-Not%20Maintained-yellow.svg)](https://gist.github.com/cheerfulstoic/d107229326a01ff0f333a1d3476e068d)\n\n\nWe developed an end to end **Ecommerce web Application using Spring MVC** with multiple\nmodules\n\n## Project is not maintained anymore [here #56](https://github.com/ikismail/ShoppingCart/issues/56#issue-606454548)\n\n### Functionalities:\n\n1. User Registeration Cell.\n\n2. **CRUD Operations** like\n\n* User can add product to their cart and purchase summary.\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\n3. **Spring Security**\n\n* User can login into the site.\n* The entire site will change according to the role, depending on whether the client is User or Admin.\n* User can logout after completing.\n\n4. **Spring WebFlow**\n\n* After adding products the cart the User can checkout using spring WebFlow.\n* Confirming User Details.\n* Confirming Shipping and Billing Address.\n* Receipt.\n* If the user cancels the webflow, it will go to cancel Page.\n* If the user submits the checkout, it will go to thank you page with the timing of delivery Report.\n\n### Tools and Technologies:\n\n* **Technology** : Bootstrap, Java, Spring MVC, Hibernate, JSP, Maven.\n* **Application Servicer**: Apache Tomcat Server.\n* **Database** : H2 Database (In memory database)\n\n### Installation:\n\n1. Development Platform - Eclipse / IntelliJ Idea\n   * [Download Eclipse](https://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/mars2).\n   * [Download IntelliJ Idea](https://www.jetbrains.com/idea/download/#section=windows).\n2. Server - Apache Tomcat Server\n\n   * [Download Apache Server](https://tomcat.apache.org/download-70.cgi).\n\n3. Build Tool - Maven\n\n   * [Download Maven](https://maven.apache.org/download.cgi).\n\n4. Database - H2 Database\n\n   * [Download H2 Database](http://www.h2database.com/html/download.html).\n\n5. Configuring tomcat with Eclipse (windows) - [Click Here](https://javatutorial.net/run-tomcat-from-eclipse).\n\n6. Installation of maven in eclipse - [Click Here](https://stackoverflow.com/questions/8620127/maven-in-eclipse-step-by-step-installation).\n\n7. Clone the repository and import it to eclipse.\n\n8. Run your H2 Database.\n\n9. Configure your databse configuration in **application-context.xml**.\n\n   * Database properties:\n\n\n        \u003c!-- database properties DataSource --\u003e\n\n            \u003cbean id=\"dataSource\"\n              class=\"org.springframework.jdbc.datasource.DriverManagerDataSource\"\u003e\n              \u003cproperty name=\"driverClassName\" value=YOUR DB DRIVER CLASS NAME\" /\u003e\n              \u003cproperty name=\"url\" value=\"YOUR DB URL\" /\u003e\n              \u003cproperty name=\"username\" value=\"YOUR DB USERNAME\" /\u003e\n              \u003cproperty name=\"password\" value=\"YOUR DB PASSWORD\" /\u003e\n            \u003c/bean\u003e\n\n      * Database Dialect:\n\n            \u003cprop key=\"hibernate.dialect\"\u003eYOUR DB DIALECT\u003c/prop\u003e\n\n10. 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\nContributors are most welcome.\n\n### ScreenShots:\n\n* Home Page:\n\n![Alt text](https://github.com/ikismail/ShoppingCart/blob/master/src/main/webapp/WEB-INF/resource/images/screenshots/Home.jpg \"Home Page\")\n\n* Contact Us:\n\n![Alt text](https://github.com/ikismail/ShoppingCart/blob/master/src/main/webapp/WEB-INF/resource/images/screenshots/ContactUs.png)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frohancyberops%2Fshoppingcart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frohancyberops%2Fshoppingcart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frohancyberops%2Fshoppingcart/lists"}