Skip to content

vishal2098govind/ComViz_2.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

  • Please ensure that you have python3 installed, after which you may create a virtual environment, the steps are mentioned here.

  • Create a new virtual environment having the name 'venv'

  • Git clone this repo to your PC

        $ git clone https://github.com/vishal2098govind/ComViz_2.0.git
    

Running Backend Server

  • Then proceed to install the dependencies from the requirements.txt, using the command below

        $ pip install -r requirements.txt
    
  • Then cd to the /backend directory and enter the following command to start the server

        $ python manage.py runserver
    
  • The above commands will start the server at localhost port 8000

Running Frontent Server

  • cd to the /client directory and enter the following command to install client side dependencies

        $ npm install
    
  • Now, in the /client directory enter the following command to run client side dev server

        $ npm start
    

About

Visualize Compiler Phases

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published