Skip to content

zoejab/ReactReduxPollingApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

MERN Stack Polling Application

drawing

Instructions

  1. Clone this repo.
  2. Install MongoDB if you don't already have. I recommend doing this through homebrew.
  3. Run 'mongod'.
  4. Cd into the client directory and do the following:
  • npm install
  • npm start
  1. In server directory do the following:
  • npm install
  • create .env file with the following
PORT = 3030 (if you use a different port, you must also change the url in client/src/services/api.js)
DATABASE = 'mongodb://localhost/<DATABASE_NAME>'
  • nodemon
  1. Navigate to application in your browser
  2. Create a new poll.
  3. Start voting!

Main technologies used:

  • NodeJS
  • React
  • Redux
  • React Router
  • ChartJS
  • MongoDB

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published