{"id":17757819,"url":"https://github.com/leocodeio/algo-leveling","last_synced_at":"2025-05-12T15:44:14.163Z","repository":{"id":257945800,"uuid":"871909533","full_name":"leocodeio/Algo-Leveling","owner":"leocodeio","description":"coding platform built using Judge0 for backend code execution and Remix for the frontend user interface. It utilizes Prisma as an ORM to interact with a PostgreSQL database, while Supabase provides authentication and real-time features. Users can submit code solutions to various challenges and receive instant feedback on their performance.","archived":false,"fork":false,"pushed_at":"2024-11-09T06:38:50.000Z","size":6936,"stargazers_count":2,"open_issues_count":2,"forks_count":7,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-31T23:51:05.743Z","etag":null,"topics":["hacktoberfest","judge0","postgres","prisma","remix"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/leocodeio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"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}},"created_at":"2024-10-13T09:35:46.000Z","updated_at":"2024-11-09T06:38:54.000Z","dependencies_parsed_at":"2024-12-14T05:41:43.137Z","dependency_job_id":"1eaa8b06-7e3d-4c7d-86b8-423c23952af1","html_url":"https://github.com/leocodeio/Algo-Leveling","commit_stats":null,"previous_names":["leocodeio/algo-leveling"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leocodeio%2FAlgo-Leveling","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leocodeio%2FAlgo-Leveling/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leocodeio%2FAlgo-Leveling/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leocodeio%2FAlgo-Leveling/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leocodeio","download_url":"https://codeload.github.com/leocodeio/Algo-Leveling/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253767469,"owners_count":21961113,"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","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":["hacktoberfest","judge0","postgres","prisma","remix"],"created_at":"2024-10-26T17:08:58.576Z","updated_at":"2025-05-12T15:44:14.129Z","avatar_url":"https://github.com/leocodeio.png","language":"TypeScript","readme":"![WhatsApp Image 2024-10-29 at 17 52 38_02e84587](https://github.com/user-attachments/assets/acce006d-a9ad-4c98-aa73-e97af8da222d)\n![WhatsApp Image 2024-10-29 at 17 52 46_a70e27e7](https://github.com/user-attachments/assets/6ec9df75-0805-42eb-9646-0c9997c9ad90)\n\n## 🚀 Setup\n\n```bash\n# 🐳 Install Docker\n# 📂 git clone https://github.com/leocodeio/Algo-Leveling.git\n# 📂 cd Algo-Leveling\n```\n\n---\n\n## 🛠️ Run Needy Services\n\n```bash\ndocker-compose up -d db redis\nsleep 10s\ndocker-compose up -d\nsleep 5s\n```\n\n### 📑 Exporting and Importing Data\n\n```bash\ncd web-app/backend\npnpm install prisma\nnpx prisma init\n\n# Export data to file\ncd prisma\npg_dump -h localhost -U judge0 -d judge0 -p 8081 --data-only -f seed.sql\n\n# Create new database and import\nnpx prisma migrate dev\npsql -h localhost -U judge0 -d judge0 -p 8081 -f seed.sql\n```\n\n---\n\n### 🏃‍♂️ Run the Project\n\nNavigate to `web-app/backend` folder:\n\n```bash\ncd web-app/backend\npnpm install\npnpm run dev\n```\n\nNavigate to `web-app/problem-generator` folder:\n\n```bash\ncd web-app/problem-generator\npnpm install\npnpm run generate\n```\n\nNavigate to `web-app/frontend` folder:\n\n```bash\ncd web-app/frontend\npnpm install\npnpm run dev\n```\n\n---\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleocodeio%2Falgo-leveling","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleocodeio%2Falgo-leveling","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleocodeio%2Falgo-leveling/lists"}