Coder Social home page Coder Social logo

mystaken / code-reviewer-2.0 Goto Github PK

View Code? Open in Web Editor NEW
3.0 6.0 2.0 7.04 MB

Code Reviewer is a online platform for conducting anonymous code reviews, designed for helping students write better code by learning from their peers.

Home Page: http://code-reviewer-utsc.herokuapp.com/

License: GNU General Public License v3.0

JavaScript 26.37% TypeScript 19.86% HTML 9.15% CSS 1.21% Python 43.41%
code-review mean-stack restful-api angular nodejs mongodb tracademic utsc uoft

code-reviewer-2.0's Introduction

Code Reviewer 2

Code Reviewer is a online platform for conducting anonymous peer reviews, designed for helping students write better code by learning from their peers.

Features

  • Code Review (review your peers' code anonymously)
  • Authentication
  • Authorization
  • RESTful API
  • Single Page App
  • Mobile Responsiveness

Requirements

  • Angular 5.0+
  • Node 8.11.3+
  • MongoDB 3.6+
  • Yarn 1.9.4+
  • Angular CLI 6.0.8+

How to use this app

git clone https://github.com/BoZhaoUTSC/code-reviewer-2.0.git
cd code-reviewer-2.0

// install front-end dependencies in front-end directory
cd angular-front-end-2
yarn

// install back-end dependencies in back-end directory
cd ../back-end-API
yarn

// install dev environment dependencies
cd ../simulate-dev-environment
yarn

// start Mongo server
mongod

// open a new terminal and cd into root/simulate-dev-environment
// this step will create required dummy data for development
node load_data.js

// cd into back-end-API and start backend
node app.js

// open a terminal and cd into root/angular-front-end-2
ng serve

// open your favourite browser and go to localhost:4200
// you'll see the frontend here

// login as an instructor, username: [email protected]
// passwords for all dummy users are 1

// now you're logged in as an instructor. then the next step is to load assignments
1.	click on assignments button in the header
2.	click on + add assignment
3.	put a2 in assignment name, repo path and folder name
4.	put 4 under number of peers review
5.	put regex_functions.py under required files
6.	click on the + button beside required files input box
7.	leave all other input boxes blank and click on the submit button
8.	click on manage button
9.	click on load/reload all submissoins & required files
10.	click on distribute/re-distribute a2 to all students
11. close the modal and click to logout
12.	login as a student. username: [email protected]
13. click on a2 under assignments
14. click on Peer 1 to see a peer's assignment

API documentation

https://github.com/BoZhaoUTSC/code-reviewer-2.0/blob/master/back-end-API/doc/routes/route-documentation.md

More

You can also find Code Reviewer 1 at https://github.com/BrianHarringtonUTSC/code-reviewer

code-reviewer-2.0's People

Contributors

a-kun avatar bozhaout avatar mystaken avatar ttthoma avatar vincenttsevc avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

ttthoma a-kun

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.