summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2023-12-26Dockerfile & README.md: Optimizing Docker Image Size, adding persistant db ↵Saumit Dinesan
using docker volume flag along w .env
2023-12-25server.go & env.example: remove unused variables, explicit checks for cert ↵Saumit Dinesan
and key path in prod environment
2023-12-25Dockerfile & README.md: Containerizing the API and completing the TODO, ↵Saumit Dinesan
adding TODO for Docker Image size optimization
2023-12-25README.md: Adding Usage instructions and .env.exampleSaumit Dinesan
2023-12-24README.md: Adding TODO for Containerizing the APISaumit Dinesan
2023-12-24server.go & README.md : use certpath and keypath in .env, Updating README ↵Saumit Dinesan
with Installation and Usage steps
2023-11-28Updaing README.md - Verification completeSaumit Dinesan
2023-11-28Refactoring project - Introducing handlers,models and utils- Updating ↵Saumit Dinesan
previous hasher and idgen func + formatting
2023-09-04Refactoring codeSaumit Dinesan
2023-09-04Updating README + Creating idgen package and importing itSaumit Dinesan
2023-09-04Adding LICENSE and README.mdSaumit Dinesan