Initial commit

This commit is contained in:
Arkaprabha Chakraborty
2024-08-06 01:16:01 +05:30
commit 65f113a90f
23 changed files with 612 additions and 0 deletions

4
database/Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
# Use the official PostgreSQL image
FROM postgres:latest
EXPOSE 5432