{"id":30172915,"url":"https://github.com/maverick341/codeflow-backend","last_synced_at":"2026-05-04T00:31:01.828Z","repository":{"id":304836026,"uuid":"1020172615","full_name":"Maverick341/codeflow-backend","owner":"Maverick341","description":"Backend for Code Flow, a LeetCode-style coding platform. Built with Node.js Express PostgreSQL and Prisma ORM. Supports user auth (JWT) personalized problem playlists/sheets problem management and real-time code execution via the Judge0 API.","archived":false,"fork":false,"pushed_at":"2025-08-09T15:05:34.000Z","size":103,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-09T17:16:54.092Z","etag":null,"topics":["backend","coding-platform","docker","expressjs","judge0","postgres","prisma"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Maverick341.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-15T12:59:44.000Z","updated_at":"2025-08-09T15:05:37.000Z","dependencies_parsed_at":"2025-08-09T17:13:03.637Z","dependency_job_id":null,"html_url":"https://github.com/Maverick341/codeflow-backend","commit_stats":null,"previous_names":["maverick341/leetlab-backend","maverick341/codeflow-backend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Maverick341/codeflow-backend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maverick341%2Fcodeflow-backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maverick341%2Fcodeflow-backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maverick341%2Fcodeflow-backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maverick341%2Fcodeflow-backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Maverick341","download_url":"https://codeload.github.com/Maverick341/codeflow-backend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maverick341%2Fcodeflow-backend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274117519,"owners_count":25225103,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["backend","coding-platform","docker","expressjs","judge0","postgres","prisma"],"created_at":"2025-08-11T23:18:16.498Z","updated_at":"2026-05-04T00:31:01.783Z","avatar_url":"https://github.com/Maverick341.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\" id=\"title\"\u003eCodeFlow Backend\u003c/h1\u003e\n\n\u003cp id=\"description\"\u003eBackend for **CodeFlow**, a LeetCode-style coding platform. Built with Node.js Express PostgreSQL and Prisma ORM. Supports user auth (JWT) personalized problem playlists/sheets problem management and real-time code execution via the Judge0 API.\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://socialify.git.ci/Maverick341/leetlab-backend/image?custom_language=Express\u0026amp;font=Bitter\u0026amp;language=1\u0026amp;name=1\u0026amp;owner=1\u0026amp;theme=Light\" alt=\"project-image\"\u003e\u003c/p\u003e\n\n  \n\u003ch2\u003e🧐 Features\u003c/h2\u003e\n\nHere're some of the project's best features:\n\n*   🧠 User authentication (JWT)\n*   📝 CRUD APIs for problems\n*   🧪 Code submission with result handling\n*   🧩 Personalized sheets/playlists\n*   📊 Submission and progress tracking\n*   🔒 Secure routes with middleware\n\n\u003ch2\u003e🛠️ Installation Steps:\u003c/h2\u003e\n\n\u003cp\u003e1. Clone the repo\u003c/p\u003e\n\n```\ngit clone https://github.com/Maverick341/codeflow-backend.git cd leetlab/backend\n```\n\n\u003cp\u003e2. Install dependencies\u003c/p\u003e\n\n```\nnpm install\n```\n\n\u003cp\u003e3. Set environment variables\u003c/p\u003e\n\n```\ncp .env.example .env\n```\n\n\u003cp\u003e4. Run database migrations\u003c/p\u003e\n\n```\nnpx prisma migrate dev\n```\n\n\u003cp\u003e5. Start the server\u003c/p\u003e\n\n```\nnpm run dev\n```\n\n\u003ch2\u003e🍰 Contribution Guidelines:\u003c/h2\u003e\n\nContributions are welcome — simply fork the repo create a new branch push your changes and open a pull request.\n\n  \n  \n\u003ch2\u003e💻 Built with\u003c/h2\u003e\n\nTechnologies used in the project:\n\n*   Node.js\n*   Express.js\n*   PostgreSQL\n*   Prisma ORM\n*   Judge0 API\n*   JWT\n*   bcryptjs\n\n\u003ch2\u003e🛡️ License:\u003c/h2\u003e\n\nThis project is licensed under the MIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaverick341%2Fcodeflow-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaverick341%2Fcodeflow-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaverick341%2Fcodeflow-backend/lists"}