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
+9
View File
@@ -0,0 +1,9 @@
.env
data/
*.db
*.db-shm
*.db-wal
habit-tracker-api
dist/
bin/
.internal-notes/