Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Challenge Bravo - Daniel Lemos #322

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Open

Conversation

danielmalka
Copy link

No description provided.

- Add .env-example for environment variables
- Add .gitignore to exclude unnecessary files
- Update README.md with project information
- Add go.mod for Go module management
- Add main.go as the entry point of the application
- Update pull-request.txt with guidelines
- Modify .env-example to include necessary environment variables
- Modify .gitignore to exclude IDE config files
- Add Dockerfile for building the application container
- Add Makefile with commands to manage Docker containers
- Add docker-compose.yaml for orchestrating multi-container Docker applications
- Add docker/mysql/docker-entrypoint-initdb.d/create_user.sql for initializing MySQL user
- Add docker/mysql/my.cnf for MySQL configuration
- Add config/config.go for application configuration
- Modify go.mod to include new dependencies
- Add go.sum for dependency management
- Add internal/flags/flags.go for command-line flag parsing
- Add internal/http/gin/handlers.go for HTTP request handlers
- Add internal/http/gin/middleware.go for middleware functions
- Add internal/server/server.go for server setup and initialization
- Modify main.go to integrate new server and configuration
- Add pkg/healthcheck/healthcheck.go for health check functionality
- Add pkg/storage/mysql.go for MySQL storage implementation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant