An online flower shop store application. It is a sample online store that allows customers to browse, order, and manage flower inventory.
If you are using Docker, open Terminal, type command and run:
docker run --network spring-flower-shop-net --name spring-flower-shop-container -e DB_URL=your-database-url(omit 'jdbc:' part of URL) -e USERNAME=your-database-username -e PASSWORD=your-database-password -p {your-port-to-run-app}:8080 spring-flower-shop
https://spring-flower-shop-production.up.railway.app/welcome
Spring Boot - Server framework
Spring Security - Security
Maven - Build and dependency management
MySQL - Database