summaryrefslogtreecommitdiff
path: root/server.go
AgeCommit message (Expand)Author
2023-12-26server.go & handlers: Add health check on / endpoint to show API running statusSaumit Dinesan
2023-12-25server.go & env.example: remove unused variables, explicit checks for cert an...Saumit Dinesan
2023-12-24server.go & README.md : use certpath and keypath in .env, Updating README wit...Saumit Dinesan
2023-12-21server.go : declared but not usedSaumit Dinesan
2023-12-21server.go : using constanst for default valuesSaumit Dinesan
2023-11-28server.go : remove fmtSaumit Dinesan
2023-11-28Integrating go dotenv for environment configuration and improve server setupSaumit Dinesan
2023-11-28handlers - Adding VerifyHash handlerSaumit Dinesan
2023-11-28Refactoring project - Introducing handlers,models and utils- Updating previou...Saumit Dinesan
2023-09-07Correctly formatting source files using go fmtSaumit Dinesan
2023-09-05Applying Blake2b Hash to multiple filesSaumit Dinesan
2023-09-05Adding Blake2 Hashing with /hasher endpointSaumit Dinesan
2023-09-04Refactoring codeSaumit Dinesan