Skip to content

Compile any language code, Build using Django Rest framework and React.

License

Notifications You must be signed in to change notification settings

Roshan-Here/OneCompiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Compile any language code, Build using Django Rest framework and React.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published