A web application that helps developers generate meaningful code comments using AI. This project consists of a frontend and backend component.
.
├── frontend/ # Frontend application
└── backend/ # Backend server
- AI-powered code comment generation
- Modern web interface
- RESTful API backend
- Support for multiple programming languages
- Node.js (v14 or higher)
- Python 3.8 or higher
- Git
- Clone the repository:
git clone https://github.com/yourusername/code-comment-generator.git
cd code-comment-generator- Install backend dependencies:
cd backend
npm install- Install frontend dependencies:
cd frontend
npm install- Start the backend server:
cd backend
npm start- Start the frontend development server:
cd frontend
npm startThe application will be available at http://localhost:3000
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.