A full-stack auto-generated blog web application that continuously publishes fresh AI-generated articles. The frontend is built with React, and the backend uses Node.js + Express with a daily article generator powered by OpenAI API. All services are fully containerized using Docker and deployed on AWS using CodeBuild, ECR, and EC2.
- React – React framework
- TypeScript – Type safety
- Tailwind CSS – Styling
- Shadcn - Components Library
- Node.js - JavaScript runtime environment
- Docker - Container service provider
- AWS - Cloud hosting provider
git clone https://github.com/ronrustemi123/Technical-Test-Assimetria.git
cd Technical-Test-Assimetriacd server
npm installni .envtype nul > .envtouch .envOPENAI_API_KEY=your_api_key_here
PORT=4000npm run devcd client
npm installnpm run dev