A modern learning platform, featuring real-time collaboration and AI-powered pair programming assistance. The application leverages AWS services for backend operations and AWS Amplify for deployment.
- Frontend: Next.js 14
- Backend: AWS Services
- Deployment: AWS Amplify
- AI Integration: Coming soon!
- Install dependencies:
npm install --legacy-peer-deps
- Run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
- Real-time collaborative learning environment
- AI pair programming assistant (coming soon)
- Seamless AWS integration
- Modern, responsive UI
- Using
--legacy-peer-deps
is required due to Next.js 14 compatibility - Ensure you have AWS credentials configured for local development
- Configure AWS Amplify using the provided configuration files
This project is configured for deployment on AWS Amplify. Follow these steps:
- Configure AWS Amplify CLI
- Run amplify push to provision resources
- Deploy using Amplify Console
For detailed deployment instructions, check the AWS Amplify documentation.(coming soon!)