A text sharing application made with microservice architecture in golang.
| api/keygen | ||
| bin | ||
| build | ||
| cmd | ||
| internal | ||
| .gitignore | ||
| go.mod | ||
| go.sum | ||
| README.md | ||
| syntax.env | ||
| tailwind.config.js | ||
fastbin: a text sharing application
A text sharing application made with microservice architecture in golang. Services:
- API Server (Read and Write)
- Custom Key Generator Service
- Database Service
To-do:
- Add data deletion service which removes data after certain time.
- Make key generator service faster and scalable with bloom filter and redis caching.