π Welcome! Thank you for considering contributing to this project.
This project is created for educational purposes and as part of my professional portfolio. Contributions are welcome if they help improve clarity, documentation, or functionality β especially for beginners learning Docker and CI/CD.
backend/β Flask APIfrontend/β Node.js frontendnginx/β Nginx reverse proxy.github/workflows/β GitHub Actions CI/CDdocker-compose.ymlβ Local setupREADME.md/README.ru.mdβ Documentation
- Fork the repository
- Create a branch:
git checkout -b feature/your-feature-name - Make changes, write clear comments
- Test your changes locally with Docker
- Commit:
git commit -m "Add useful feature" - Push to your fork and open a Pull Request
Feel free to open issues for:
- Bugs
- Suggestions for improvement
- Questions from beginners (they are welcome!)
By contributing, you agree that your contributions will be licensed under the MIT License.
Thanks again for being here and supporting open learning!