Skip to content

Simple voting system where the user can add topics and vote on topics. The project contains frontend and the api.

Notifications You must be signed in to change notification settings

ricardovdheijden/topic-vote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

topic-vote

Simple voting system where the user can add topics and vote on topics. The project contains frontend and the api

Getting started:

  1. npm install
  2. node server.js
  3. open http://localhost:3000/ in a browser

Heroku deployment:

  1. heroku login
  2. heroku create
  3. Check if 'heroku' is a target to commit to: git remote -v
  4. git push heroku the_branch_i_changed:master (example: git push heroku the_branch_i_changed:master)

About

Simple voting system where the user can add topics and vote on topics. The project contains frontend and the api.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published