CSCI class project - representing c++ code in memory before and after compiling to Assembly
https://mem-track-6c05e.firebaseapp.com/
cd backend
virtualenv env
source env/bin/activate
pip install -r requirements.txt
python main.py
Set the backend server endpoint in frontend\src\app.js
(line 3) to "http://localhost:5000" for development or "https://mem-track-6c05e.appspot.com" for production
cd frontend
yarn install
yarn start