Share honest, anonymous feedback with your team. No login, no tracking.
cd /home/mehedee/projects/anny
docker-compose up --buildWait ~2 minutes for first build. The entrypoint automatically:
- Installs Composer & NPM dependencies
- Generates app key
- Runs database migrations
- Starts Nginx, PHP-FPM, and Vite dev server
Open → http://localhost:8087
| Service | Container | Port |
|---|---|---|
| App (PHP-FPM + Nginx + Vite) | anny-app |
8087 → 80, 5173 |
| MySQL 8.0 | anny-mysql |
3307 → 3306 |
- Backend: Laravel 11 / PHP 8.3
- Frontend: React 19 / Vite 6
- Styling: Tailwind CSS 3.4 + dark mode
- Animation: Framer Motion
- Database: MySQL 8.0
- Container: Docker with Nginx + PHP-FPM + Supervisor