One Compiler
OneCompiler is an advanced, fully responsive web application designed to cater to developers, students, and coding enthusiasts of all levels.
- Open Compiler
- Fully Responsive UI
- 1000+ Problems
- Pasteit
- CRUD based Account
- JWT Authentication
- Many more... expolre it.
-
(To Run Locally) Need 2 Terminal
-
git clone https://github.com/Roshan-Here/OneCompiler.git
cd OneCompiler/client/
npm install
npm run devgit 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 runserverFor complete information including project architecture, cloning instructions, database structure, and much more, visit:







