An Ecommerce application built with Spring boot and Vue.
- Visit Website: https://abc-ecommerce-ui.herokuapp.com
- Manage Product catalog
- Manage Order
- Manage Cart
- Integrate with Stripe payment.
- User registration and Login
Client: JavaScript, Vuejs, BootStrap
Server: Java, Spring Boot
Clone the project
git clone https://github.com/ahmedkabiru/abc-ecommerceGo to the project directory
cd abc-ecommerceRun project
mvn spring-boot:runOpen project
http://localhost:8080To run this project:
Create a .env in the root directory of the project
touch .env
Add the following environment variables to your .env file
STRIPE_SECRET
STRIPE_PUBLISHER
DATABASE_URL
DATABASE_USERNAME
DATABASE_PASSWORD