Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 539 Bytes

File metadata and controls

16 lines (12 loc) · 539 Bytes

Code Analyzer Project

This is a Flask-based web application for analyzing Python code snippets and GitHub repositories.

Features

  • Analyze individual Python code snippets.
  • Analyze entire GitHub repositories by URL.
  • Detailed reports on code issues and structure.

Setup & Running

The project is configured for Replit.

  1. The main workflow starts the development server on port 5000.
  2. For production, the app is configured to use gunicorn.

Deployment

Click the Publish button in Replit to deploy the latest version.