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