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 dev
python manage.py runserver
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