Initial project setup with MIT license

- Add MIT License (Copyright 2025 David Folch Agulles)
- Add README with project description
- Add .gitignore for Go project
- Add .env.example for configuration
- Initialize Go module
This commit is contained in:
2025-11-25 10:09:42 +01:00
commit 4d5652a5a4
5 changed files with 99 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
module habit-tracker-api
go 1.23.4