A multi-language web application demonstration showcasing dployr's deployment capabilities across different technology stacks. This project consists of identical newspaper generator applications built in 8 different frameworks, each implementing the same core functionality and user experience.
dployr-times-demo-suite/
├── static/ # Static HTML/JavaScript implementation
├── nextjs/ # Next.js implementation
├── node/ # Node.js Express implementation
├── go/ # Go implementation
├── php/ # PHP implementation
├── rails/ # Ruby on Rails implementation
├── dotnet/ # ASP.NET Core implementation
├── java/ # Java Spring Boot implementation
├── python/ # Python Flask implementation
└── README.md # This file
Each implementation directory contains its own README with specific setup instructions. Generally:
- Navigate to the desired implementation directory
- Install dependencies (if applicable)
- Run the application on port 3000
- Open http://localhost:3000 in your browser
Special thanks to Bia Franzoli for their beautiful newspaper design.