Live Links:
Features:
- Login/Signup
- Create Store with subdomain. Custom domain can be added also.
- Created Store can be seen from domain/subdomain.
- Add/Edit Products, Category-SubCategory
- Point-of-sale
- Store owner can add employee
- Users management
- Order Management
- Shop Information Manage
Technology Used-Backend:
- Java
- Spring-Boot
- PostgreSQL
- Spring JPA
- Spring Security
- JWT
- Swaggar
- Deployed to Heroku
How to Run
First, Clone the Repository.
Backend:
- Setup PostgreSQL Database
- Change Database Connection Informations at application.yaml
- Give Command
mvn spring-boot:run