/code4degree

Primary LanguageJavaScript

CodeForDegree

A Web Application where instructors can create programming assignments for students, who will be able to submit their assignment through an online editor and get feedback on their submissions.

Setup project

- Install and run MongoDB by following this:
	+ Ubuntu: https://docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu/
	+ Window: https://docs.mongodb.com/manual/tutorial/install-mongodb-on-windows/
- Install nodejs: https://nodejs.org

Run backend

- cd backend
- npm install 
- npm start

Run frontend

- cd frontend
- npm install
- npm start
- Open browser with url: http://localhost:3000

Run Nodejs debugger in Chrome

- npm run debug
- about:inspect (Google Chrome URL Bar)
- Click inspect under "Remote Target"

Team member:

Rafid Pranta
Kevin Antonius
Leo Abiguime
Trung Lam Nguyen