chore: forgot to push this in previous commit too lazy to ammend
Brijesh Wawdhane brijesh@Brijeshs-MacBook-Pro.local
Fri, 24 May 2024 18:07:04 +0530
feat: create a grpc service, will no longer commit to this repo To use a grpc service in another service it has to be import the generated client from the source service, so I am splitting this repo into services each with own repo on github
Brijesh Wawdhane brijesh@Brijeshs-MacBook-Pro.local
Fri, 24 May 2024 18:05:26 +0530
feat(auth): add basic authentication # Changes Made - Create basic JWT auth - both api endpoints and ui # Details Only includes logic for authentication, still need to add middleware to validate jwt and authorise based on role
Brijesh brijesh@wawdhane.com
Tue, 14 May 2024 01:41:36 +0530
feat(server): connect to database from server # Changes Made - Create basic structure for server - Setup GORM for use with Postgres # Details avoiding use of sql directly to not face same problems as kickstart
Brijesh brijesh@wawdhane.com
Sat, 11 May 2024 15:39:28 +0530
feat(infra): add a pg db to compose file # Changes Made - Added Postgres in docker Compose file - Started working on server # Details The server does not speak with the db yet, db was only added to compose file
Brijesh brijesh@wawdhane.com
Fri, 10 May 2024 19:15:09 +0530
feat(infra): setup minio and a basic web server # Changes Made - Create a basic web server. - Add Minio as a service in docker compose # Details - This commit only creates the web server and minio server, their integration will be done in a later commit
Brijesh brijesh@wawdhane.com
Fri, 10 May 2024 10:17:00 +0530