Go to file
2024-12-25 16:40:56 +01:00
config implemented the postgres pgx driver and tested the database connection 2024-12-22 20:58:57 +01:00
database Creates the DB Tables when a new DB is created 2024-12-25 16:40:56 +01:00
examples INIT Project structure 2024-12-14 02:12:47 +01:00
internal INIT Project structure 2024-12-14 02:12:47 +01:00
server Creates the DB Tables when a new DB is created 2024-12-25 16:40:56 +01:00
.dockerignore Added Dockerfile and implement http status codes 2024-12-20 15:47:43 +01:00
.gitignore UPDATED GITIGNORE 2024-12-14 02:11:11 +01:00
Dockerfile Added Dockerfile and implement http status codes 2024-12-20 15:47:43 +01:00
go.mod implemented the postgres pgx driver and tested the database connection 2024-12-22 20:58:57 +01:00
go.sum implemented the postgres pgx driver and tested the database connection 2024-12-22 20:58:57 +01:00
main.go Route Structure and a main function 2024-12-20 01:52:27 +01:00
README.md Initial commit 2024-12-14 01:55:16 +01:00

Bookholder-API