- Web app that lets users vote in various polls and surveys in various topics ranging from movies, shows, music, sports, and celebrities. The user can then also create a poll of their own for others to vote on.
- A Fullstack application, built using Node, Express, and Mongoose, that serves JSON.
- Front-end React code that updates the UI and makes requests to the backend.
-
Run
npm install
within the project directory -
Run
npm start
for dev -
Download Backend Restaurant Repo from https://github.com/csamarchi/backend_pie_chart
-
Run
npm install
-
Run
nodemon
for dev -
Open third terminal and run
mongo