Simple voting system where the user can add topics and vote on topics. The project contains frontend and the api
Getting started:
- npm install
- node server.js
- open http://localhost:3000/ in a browser
Heroku deployment:
- heroku login
- heroku create
- Check if 'heroku' is a target to commit to: git remote -v
- git push heroku the_branch_i_changed:master (example: git push heroku the_branch_i_changed:master)