-
Created APIs for Running Code & Fetching Templates
GET /api/→ Health check or base API routeGET /api/file/:lang→ Returns code template
Supported Languages: C, C++, JavaScript, Java, PythonPOST /api/run→ Runs the provided code
Request Body:{ "code": "your code here", "lang": "Your language" }
-
Docker Setup Completed
- Dockerfile is ready and containerized backend works smoothly.
- To run the backend using Docker:
docker-compose up --build
AryanAg08/CodeZen-
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|