Creating Makefile. Adding .idea files. Updating main.go : Configuration of the application and the server. Creating our first handler for the endpoint /v1/healthcheck with healtcheck.go file.

This commit is contained in:
Maxime Delporte
2025-10-09 21:38:00 +02:00
parent a90b5305af
commit 4047888eb0
8 changed files with 152 additions and 0 deletions

8
.idea/modules.xml generated Normal file
View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/greenlight.iml" filepath="$PROJECT_DIR$/.idea/greenlight.iml" />
</modules>
</component>
</project>