8000 GitHub - rajat2502/CodeINN at backend
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

CodeINN is an instant code editor 📃, that makes programming and development easier. Practice quickly and directly from your web browser, without any setup needed. CodeINN gives the perfect environment to developers technologists, coders computers, and geeks 🤓 to do more with their tech.

License

Notifications You must be signed in to change notification settings

rajat2502/CodeINN

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codeinn



CodeINN is an instant code editor 📃, that makes programming and development easier. Practice quickly and directly from your web browser, without any setup needed. CodeINN gives the perfect environment to developers 👨‍💻 , coders 💻 , and geeks 🤓 to do more with their tech.


Backend Technologies to be used:

  • Django
  • Django Rest Framework
  • Heroku
  • Sqllite3

Quick Start

  • Fork and Clone the repo using
git clone https://github.com/rajat2502/CodeINN.git
cd CodeINN
  • Change Branch to backend using
git checkout backend
  • Setup Virtual environment
python3 -m venv env
  • Activate the virtual environment
source env/bin/activate
  • Install dependencies using
pip install -r requirements.txt
  • Make migrations using
python manage.py makemigrations
  • Migrate Database
python manage.py migrate
  • Create a superuser
python manage.py createsuperuser
  • Run server using
python manage.py runserver

Features to be implemented:

  • Add API endpoints for Login/Signup
  • Add API endpoints to add/update/delete code
  • Add API documentation using Postman
  • Deploy APIs to Heroku

About

CodeINN is an instant code editor 📃, that makes programming and development easier. Practice quickly and directly from your web browser, without any setup needed. CodeINN gives the perfect environment to developers technologists, coders computers, and geeks 🤓 to do more with their tech.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

0