This is an e-commerce web template built from Java and Springboot. This is intended to quickly launch an e-commerce site for contractors helping clients, or independent
merchants.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
To get a local copy up and running follow these simple steps.
- Clone the repo
git clone https://github.com/Halverson-Jason/webStore.git
- Build the project Open the project in any editor like Intellij or Eclipse and build from terminal by executing the following command.
mvn install
- Launch the Application, Before launching the Application, edit application.yml as per your Postgres credentials and change application.properties to the prod , if deploying.
mvn spring-boot:run
For more examples, please refer to the Documentation
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Your Name - Jason Halverson - [email protected]
Project Link: https://github.com/Halverson-Jason/webStore