Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/