Web application grades students' .cpp and .h files for EECS 183, a computer science course at University of Michigan.
##Setup for Web Development
- Download pip the package manager.
- Download virtual environment:
pip install virtualenv
-
Activate the virtual environment
virtualevn ENV
In Windows: ENV\Scripts\activate
On Mac/Linux: source ENV/bin/activate
-
Install Dependencies
ENV\Scripts\pip install -r requirements.txt (Mac replace Scripts with bin)
-
From root, ./run.py -- The website is now up and running locally.