https://github.com/gjbastidas/serverless-store
Simple e-commerce website based on AWS Serverless services
https://github.com/gjbastidas/serverless-store
golang serverless terraform
Last synced: 2 months ago
JSON representation
Simple e-commerce website based on AWS Serverless services
- Host: GitHub
- URL: https://github.com/gjbastidas/serverless-store
- Owner: gjbastidas
- Created: 2023-07-12T03:20:24.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-16T03:02:30.000Z (almost 3 years ago)
- Last Synced: 2025-09-14T13:32:42.609Z (9 months ago)
- Topics: golang, serverless, terraform
- Language: Go
- Homepage:
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Serverless simple store
This app helps to understand how to run a basic e-commerce website based on Serverless services.
## Code organization
Main folders are:
- [**backend**](./backend/): containing all the backend logic
- [**frontend**](./frontend/): containing all the frontend logic