{"id":22791058,"url":"https://github.com/ajaymahadeven/e-commerce-platform","last_synced_at":"2026-04-05T08:35:44.987Z","repository":{"id":158161955,"uuid":"621759852","full_name":"ajaymahadeven/E-Commerce-Platform","owner":"ajaymahadeven","description":"This GitHub repository contains a fully functional skeletal implementation of an e-commerce application system designed to facilitate the sale of products. Specifically, the authors have chosen to demonstrate the system using an e-commerce platform for a book store. However, this system can be adapted to accommodate the sale of diverse products.","archived":false,"fork":false,"pushed_at":"2023-04-23T10:20:13.000Z","size":49476,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-06T20:44:02.593Z","etag":null,"topics":["client-server","client-server-architecture","e-commerce-project","git","java","maven","mvc-architecture","rest-api","restful-api","spring-boot","spring-mvc"],"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/ajaymahadeven.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":"2023-03-31T10:24:19.000Z","updated_at":"2023-09-26T08:20:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"1b34fcbb-3db0-4959-8962-e50412a84778","html_url":"https://github.com/ajaymahadeven/E-Commerce-Platform","commit_stats":null,"previous_names":["thenameisajay/e-commerce-platform","ajaymahadeven/e-commerce-platform"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ajaymahadeven/E-Commerce-Platform","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajaymahadeven%2FE-Commerce-Platform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajaymahadeven%2FE-Commerce-Platform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajaymahadeven%2FE-Commerce-Platform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajaymahadeven%2FE-Commerce-Platform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ajaymahadeven","download_url":"https://codeload.github.com/ajaymahadeven/E-Commerce-Platform/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajaymahadeven%2FE-Commerce-Platform/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31430009,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T08:13:15.228Z","status":"ssl_error","status_checked_at":"2026-04-05T08:13:11.839Z","response_time":75,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["client-server","client-server-architecture","e-commerce-project","git","java","maven","mvc-architecture","rest-api","restful-api","spring-boot","spring-mvc"],"created_at":"2024-12-12T02:32:10.755Z","updated_at":"2026-04-05T08:35:44.963Z","avatar_url":"https://github.com/ajaymahadeven.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CS5031 - Software Engineering Practices - P3\n\n\n## NAME\nOnline Shopping (Book Sales) System USING SPRING FRAMEWORK AND RESTFUL API\n--\n## DESCRIPTION\n\u003cp\u003e \n\u003cem\u003e This is a \u003cstrong\u003eRESTful API\u003c/strong\u003e and \u003cstrong\u003e web interface (UI using ReactJS) \u003c/strong\u003e for a Shopping system. \n\u003c/em\u003e\n\u003c/p\u003e\n\n## Authors and acknowledgement\n\n### Team Members :\n\n            1) 220031985 -  Model, Service Layer and Controllers (Back-end), Terminal View, Code- Review, Report.\n            2) 190010714 -  GUI, API , Report, Code -Review.\n            3) 220031545 -  Tests (Front-end \u0026 Back-end), Terminal View, API.\n\n\n--- \n\n### Technologies Used\n\n* Spring FRAMEWORK\n* Java 17 \n* JUnit 5\n* Maven\n* Git\n* Restful Api\n---\n\n### FILE STRUCTURE :\n\n\u003col\u003e\n\u003cli\u003e Terminal folder - Terminal View\u003c/li\u003e\n\u003cli\u003e src - \u003cstrong\u003e Back end development folder \u003c/strong\u003e\n\u003c/ol\u003e\n\n\n## SETUP AND INSTALLATION\n\n\u003cstrong\u003e Terminal Usage or IDE Based\u003c/strong\u003e\n\u003cstrong\u003e For Backend : \u003c/strong\u003e\n\u003col\u003e\n\u003cli\u003e Clone the repository from the school Gitlab server.\n\u003cli\u003e Run \u003ccode\u003e mvn clean compile\u003c/code\u003e to build the project.\n\u003cli\u003e Run  \u003ccode\u003e mvn test\u003c/code\u003e to run the tests.\n\u003cli\u003e Run \u003ccode\u003e mvn spring:boot run \u003c/code\u003e  or \u003ccode\u003e mvn org.springframework.boot:spring-boot-maven-plugin:run \u003c/code\u003e to access the API. ( try both commands.)\n\u003cli\u003e Note : The port allocated for the API is : \u003cstrong\u003e 8080 \u003c/strong\u003e.\n\u003cbr/\u003e\n\u003c/ol\u003e\n\n---\n\n\u003cstrong\u003e For Frontend : \u003c/strong\u003e\n\u003col\u003e\n\u003cli\u003e Run \u003ccode\u003ejava -jar Terminal-0.0.1-SNAPSHOT.jar\u003c/code\u003e to access the terminal view of the system. The jar file is in the \"Terminal\" folder\u003c/li\u003e\n\u003cli\u003e Run \u003ccode\u003enpm i npm start\u003c/code\u003e to start the GUI. Please make sure it is in the \"frontend\" folder \u003c/li\u003e\n\n\n\u003c/ol\u003e\n\u003cbr/\u003e\n\n---\n\n## EXTRA FUNCTIONALITIES \n\u003col\u003e\n\u003cli\u003e Save to file.\n\u003cli\u003e Load to file.\n\u003cli\u003e Usage of Window Shopping ( Can view products without logging in. )\n\u003cli\u003e There is always a starting admin account with the following credentials :\n\u003cul\u003e username : admin \u003c/ul\u003e\n\u003cul\u003e password : admin \u003c/ul\u003e\n\u003c/ol\u003e\n\n---\n\n### NO OF TESTS WRITTEN :  73\n\n---\n\n### CONTRIBUTION GUIDELINES : \n- Clone the repository from the school Gitlab server.\n- Create a new branch for your feature or bug fix.\n- Write unit tests for your code.\n- Implement your feature or bug fix.\n- Ensure all tests pass.\n- Commit your changes and push to your branch on the Gitlab server.\n- Submit a merge request to merge your changes into the main branch.\n\n--- \n### License\nThis project is done part of coursework of \u003cstrong\u003e CS5031 - Software Engineering Practice\u003c/strong\u003e of the \u003cstrong\u003e Computer Science Dept of University of St.Andrews.\u003c/strong\u003e \u003c/br\u003e\n\nThis project is licensed under the \u003ccode\u003e MIT License. \u003c/code\u003eSee the \u003ccode\u003eLICENSE\u003c/code\u003e file for more information.\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajaymahadeven%2Fe-commerce-platform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fajaymahadeven%2Fe-commerce-platform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajaymahadeven%2Fe-commerce-platform/lists"}