https://github.com/maverick341/codeflow-backend
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.
https://github.com/maverick341/codeflow-backend
backend coding-platform docker expressjs judge0 postgres prisma
Last synced: 5 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/maverick341/codeflow-backend
- Owner: Maverick341
- License: mit
- Created: 2025-07-15T12:59:44.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-08-09T15:05:34.000Z (6 months ago)
- Last Synced: 2025-08-09T17:16:54.092Z (6 months ago)
- Topics: backend, coding-platform, docker, expressjs, judge0, postgres, prisma
- Language: JavaScript
- Homepage:
- Size: 101 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
CodeFlow Backend
Backend 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.

๐ง Features
Here're some of the project's best features:
* ๐ง User authentication (JWT)
* ๐ CRUD APIs for problems
* ๐งช Code submission with result handling
* ๐งฉ Personalized sheets/playlists
* ๐ Submission and progress tracking
* ๐ Secure routes with middleware
๐ ๏ธ Installation Steps:
1. Clone the repo
```
git clone https://github.com/Maverick341/codeflow-backend.git cd leetlab/backend
```
2. Install dependencies
```
npm install
```
3. Set environment variables
```
cp .env.example .env
```
4. Run database migrations
```
npx prisma migrate dev
```
5. Start the server
```
npm run dev
```
๐ฐ Contribution Guidelines:
Contributions are welcome โ simply fork the repo create a new branch push your changes and open a pull request.
๐ป Built with
Technologies used in the project:
* Node.js
* Express.js
* PostgreSQL
* Prisma ORM
* Judge0 API
* JWT
* bcryptjs
๐ก๏ธ License:
This project is licensed under the MIT License