An open API service indexing awesome lists of open source software.

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

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