Skip to content

Latest commit

 

History

History
59 lines (46 loc) · 2.31 KB

Readme.md

File metadata and controls

59 lines (46 loc) · 2.31 KB

One Compiler

OneCompiler is an advanced, fully responsive web application designed to cater to developers, students, and coding enthusiasts of all levels.

Features

  • Open Compiler
  • Fully Responsive UI
  • 1000+ Problems
  • Pasteit
  • CRUD based Account
  • JWT Authentication
  • Many more... expolre it.

Usage :

  • (To Run Locally) Need 2 Terminal

    • Terminal 1 (Frontend)

git clone https://github.com/Roshan-Here/OneCompiler.git
cd OneCompiler/client/
npm install
npm run dev
python manage.py runserver
    • Terminal 2 (Backend)

git clone https://github.com/Roshan-Here/OneCompiler.git
cd OneCompiler/backend/
pip install -r requirments.txt
python manage.py makemigrations api
python manage.py migrate api
python manage.py makemigrations
python manage.py migrate
python mange.py runserver

Results

And much more, explore