Skip to content

Latest commit

 

History

History
128 lines (101 loc) · 5.93 KB

README.md

File metadata and controls

128 lines (101 loc) · 5.93 KB

E-Commerce

Send text to my social platform for developing web projects.

Saad's Stack Overflow Profile Saad's Codewars Profile Saad's DEV Profile Saad's Hashnode Profile Saad's Medium Profile Saad's StackShare Profile Saad's Datacamp Profile Saad's TryHackMe Profile Saad's CodeSandbox Profile Saad's Codepen Profile Saad's Repl.it Profile Saad's YouTube Channel Saad's Showwcase Profile Saad's Producthunt Profile Saad's Wakatime Profile Saad's Wakatime Profile

Facebook Instagram Twitter Linkedin Discord

Developer: Engr Saad
Email: [email protected]
Website: https://engr-saad.com
LinkedIn: https://www.linkedin.com/in/engr-saad/
Facebook: https://www.facebook.com/Engr.Saad.2/
Company WEB: https://triangletech.com.bd/
WhatsApp: +8801810536303

Open source e-commerce software.

Shopping cart Catalogue Search Checkout Administration REST API....

Get the code:

Clone the repository:

If this is your first time using Github, review http://help.github.com to learn the basics.

To build the application:

From the command line with Maven installed:

$ cd shopizer $ mvmw clean install Run the application from Tomcat copy sm-shop/target/ROOT.war to tomcat or any other application server deployment dir

Increase heap space to 1024 m

Heap space configuration in Tomcat: If you are using Tomcat, edit catalina.bat for windows users or catalina.sh for linux / Mac users

in Windows

set JAVA_OPTS="-Xms1024m -Xmx1024m -XX:MaxPermSize=256m"

in Linux / Mac

export JAVA_OPTS="-Xms1024m -Xmx1024m -XX:MaxPermSize=256m" Run the application from Spring boot $ cd sm-shop $ mvmw spring-boot:run Run the application from Spring boot in eclipse

Run as Java Application

Access the application: Access the deployed web application at: http://localhost:8080/

Acces the admin section at: http://localhost:8080/admin

username : [email protected]

password : AdminSaad

The instructions above will let you run the application with default settings and configurations. Please read the instructions on how to connect to MySQL, configure an email server and configure other subsystems

Participation:

If you have interest in giving feedback or for participating to Shopizer project in any way Feel to use the contact form https://triangeltech.com/contact/ and share your email address so we can send an invite to our Slack channel.