Commit Graph
4 Commits
Author SHA1 Message Date
sylvaintr bfc1a360b6 Add 'backend/' from commit '4b5069d17945252abee2a826818098906af56334'
git-subtree-dir: backend
git-subtree-mainline: 9c93274511
git-subtree-split: 4b5069d179
2026-09-03 14:02:07 +02:00
sylvaintr 9c93274511 Initialisation du monorepo 2026-09-02 13:52:16 +02:00
sylvaintr 4b5069d179 feat: Initialize project with MySQL database and API for managing projects and technologies
- Created SQL script to set up database tables for projects and technologies.
- Added Docker Compose configuration for application and MySQL service.
- Implemented API endpoints for CRUD operations on technologies.
- Defined data types for projects and technologies.
- Established routing for API endpoints.
2026-02-10 09:45:25 +01:00
= 4335fd5cae Add initial project structure with database connection and routing setup
- Create .env.example and .gitignore to manage environment variables
- Implement database connection logic in bd.go
- Define project model and data retrieval functions in projet.go
- Set up HTTP routes for project management in routes/projet.go
- Add main entry point in main.go to start the server
2025-09-23 09:35:10 +02:00