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.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
DB_USER=""
|
||||
DB_PASS=""
|
||||
DB_HOST=""
|
||||
DB_NAME=""
|
||||
Reference in New Issue
Block a user