NodeJS backend for voting app + React on front
- JavaScript ES5/ES6+
- NodeJS
- Express
- MongoDB
- React/Redux
- NPM
- ChartJS
.env
and put there
mongoURI='your link to mlab'
SECRET='yoursecret'
$ git clone or download
Go to project direction
Install dependencies for server
$ npm install
Install dependencies for client
$ cd client
$ npm install
Run server (nodemon)
$ nodemon
Run server (client)
$ cd client
$ npm start