Yet Another Web Store
To run the application, you need to have docker and docker-compose installed.
make dbupThis will start the database and the application. The application will be available at http://localhost:8080.
make runThe API documentation is available at http://localhost:8080/docs/.
- Webhook authentication is done using a hardcoded secret key
- Customers are stored in the local database
- GORM associations are not used
- The application is not production-ready
- Order -> Product association