Brijesh's Git Server — k3yst0n3 @ 90706b0412aaed46082b4bb5e78238a3f1630d06

90706b04
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
95b6130f
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
56a7cea3
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