Skip to content

davicatunda/minder-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minder-sync

stores the user votes and proposals for Minder.

Running Locally

Make sure you have Node.js and the Heroku CLI installed.

$ git clone https://github.com/davicatunda/minder-sync.git # or clone your own fork
$ cd minder-sync
$ npm install
$ npm start

Your app should now be running on localhost:5000.

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open

or

Deploy to Heroku

Documentation

For more information about using Node.js on Heroku, see these Dev Center articles:

About

Backend support for the voting system of minder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published