Symfony Boilerplate
A web application built with Nuxt.js 2, Symfony 5.4 (LTS), and GraphQL 5.
Key features:
- Modern Stack: Combines Nuxt.js for the frontend, Symfony for the backend, and GraphQL for efficient data fetching.
- Dockerized: Easy setup and deployment using Docker and Docker Compose.
- Vagrant Support: Includes Vagrant configuration for macOS users experiencing Docker performance issues.
- Makefile: Streamlines common development tasks.
- Comprehensive Documentation: Offers guidelines for both web application and API development.
- Testing: Includes Cypress for front-end testing.
Use cases:
- Rapidly prototyping web applications.
- Building scalable APIs.
- Creating applications with a clear separation of concerns between frontend and backend.
- Learning best practices for modern web development.