https://github.com/vanillazen/stl
Simple todo list as a simple service orchestration reference
https://github.com/vanillazen/stl
go golang microservice no-dependencies openapi sqlite stdl stdlib vanilla-golang
Last synced: 3 months ago
JSON representation
Simple todo list as a simple service orchestration reference
- Host: GitHub
- URL: https://github.com/vanillazen/stl
- Owner: vanillazen
- Created: 2023-06-25T17:15:34.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-31T10:40:14.000Z (almost 2 years ago)
- Last Synced: 2024-05-31T11:56:36.716Z (almost 2 years ago)
- Topics: go, golang, microservice, no-dependencies, openapi, sqlite, stdl, stdlib, vanilla-golang
- Language: Go
- Homepage:
- Size: 166 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# STL - Simple Todo List Backend
STL is a simple example application that serves as a reference implementation for creating Go REST applications. It is designed to focus on microservices for CRUD operations on single resources, providing a clear example of a RESTful microservice implemented in an elegant and straightforward way.
## Backend
* [Readme](backend/README.md)
## API Gateway
* [TODO]
## Backend for Frontend
* [TODO]
## Isomorphic App
* [TODO]