Skip to content

This is a web application that evaluates students' *.cpp and *.h files using the style guideline laid out for EECS 183, an introductory computer science course at the University of Michigan.

License

vianuevm/cppStyle

Repository files navigation

alt tag

Build Status Coverage Status Open bugs Stories in Ready

183style

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.

http://pip.readthedocs.org/en/latest/installing.html

  • 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.

About

This is a web application that evaluates students' *.cpp and *.h files using the style guideline laid out for EECS 183, an introductory computer science course at the University of Michigan.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published