MEAN stack website using C++ as backend service.
Xing Zhou, a graduate student majoring in Computer Engineering at Syracuse Univeristy.
Email: work.xingzhou@gmail.com
This project consists of two parts:
-
Server part tech stack: Nodejs, Express, MongoDB
-
Client part tech stack: AngularJS, BootStrap, JQuery
- Server code is stored in /app
- All static web files are stored in /public
- All the files uploaded by user will be stored into /userUploadedFiles
- C++ projects are stored in /Service/CppService
Ubuntu Desktop 16.04 LTS
In commond line, cd CodeMetricAnalyzer/ , then type:
$ node server.js
This will run the node server at port 3000
-
(change parameters in run.sh file)
$cd /CodeMetricAnalyzer/Service/cppService/cppToHTML/ $cd compile.sh $cd run.sh -
(change parameters in run.sh file)
$ cd CodeMetricAnalyzer/Service/cppService/metricsAnalyzer/ $ sh compile.sh $ sh run.sh


