Skip to content

willwolfram18/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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 88.1%
  • HTML 5.0%
  • JavaScript 3.1%
  • C++ 2.4%
  • CSS 1.4%