Web application that allows users to look up statistics on various subreddits based on number of articles, category, and backend.
-
Run
git clone https://gitlab.com/jbao15/cse20312-projects.git. -
If node.js or npm is not installed, go to [Node.js download page] (https://nodejs.org/en/download/) and install node.js. After installing, run
node -vandnpm -vto verify node.js and npm is installed. -
Navigate to DSFinal (
cd DSFinal). -
Run
npm install. -
To start the server, run
node app.js. -
Go to browser and navigate to [http://localhost:3000/] (http://localhost:3000/) to use the application.
Alternatively, the application can be accessed by going to 159.65.189.104:3000
For benchmarking results and analysis, refer to benchmark_data.txt.
Jack
- fetch subreddits
- wrote c code and python script
- made benchmarking script
Jewon
- created server to execute c file using node.js
- customized front-end using angularjs and angularjs material
Matt
- code walkthrough
- helped with code writing