Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sivaprasadreddy/jcart
JCart is a simple e-commerce application built with Spring.
https://github.com/sivaprasadreddy/jcart
ecommerce-application spring spring-boot spring-mvc thymeleaf
Last synced: about 2 months ago
JSON representation
JCart is a simple e-commerce application built with Spring.
- Host: GitHub
- URL: https://github.com/sivaprasadreddy/jcart
- Owner: sivaprasadreddy
- License: mit
- Created: 2015-11-22T10:38:52.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-01-05T07:14:48.000Z (12 months ago)
- Last Synced: 2024-10-21T05:10:34.495Z (2 months ago)
- Topics: ecommerce-application, spring, spring-boot, spring-mvc, thymeleaf
- Language: Java
- Size: 1.53 MB
- Stars: 60
- Watchers: 17
- Forks: 70
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jcart
JCart is a simple e-commerce application built with Spring.How to run it?
git clone https://github.com/sivaprasadreddy/jcart.git
cd jcart
jcart> mvn clean install
jcart> cd jcart-admin
jcart-admin> mvn spring-boot:run
Now you can access JCart Admin at https://localhost:9443/
jcart> cd jcart-site
jcart-site> mvn spring-boot:run
Now you can access JCart Site at https://localhost:8443/