Skip to content

Ankush1122/Code-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Visualizer:

  • Code Visualizer which visualizes your python code runtime flow and can also be used as online compiler

Requirements:

  • Python 3.8
  • Other dependencies in `requirement.txt'
  • Linux Operating System

Steps to Setup Locally:

  • Install virtualenv for dependency management
    pip install virtualenv
    
  • Create and Activate virtual environment
    virtualenv env
    
  • Activate the new virtual environment
    source env/bin/activate
    
  • Install Dependencies
    pip install -r requirements.txt
    
  • Make database migrations
    python3 manage.py makemigrations
    python3 manage.py migrate
    
  • Run development server on localhost
    python3 manage.py runserver 0.0.0.0:8000
    

Demonstration Screenshots

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published