Skip to content

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
    • 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
# to load questions to Db
python manage.py load_problems api\json\required_format.json
# takes 20 minitues
python mange.py runserver

Results

And much more, explore

📖 Full Project Details

For complete information including project architecture, cloning instructions, database structure, and much more, visit:

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