CSE-111-Project

This is a project done in collaboration with David Dominguez and Salvador Rodriguez, done for CSE-111 (Databases) at the University of California, Merced. The sole purpose of this repository is for archival purposes ONLY and may not be used without proper credit to the authors.

Project Description

  • Our project is a simple WebPage where users are able to view, post, and talk about cars.
  • Users are able to view best selling car models based on features
  • Users are able post questions or just general opinions on car models
  • Users can reply or comment on posts
  • Comment Leaderboard for all the users, information could be used for giveaways or prizes, ultimately encourages interaction.

Project Checkpoint 1:

Project Checkpoint 2:

Project Checkpoint 3:

  • To successfully retrieve all the correct modules please run the following commands.
  • In addition, for the npm commands please run these commands while in the /server directory.
sudo apt install nodejs
sudo apt install npm
npm install express 
npm install sqlite3
npm install bluebird
  • Run the project by running node server.js while in the /server directory.
  • Note any errors that come up during the process in case we need to address them.