a Todo list WebService Createed using JavaEE .
- Jersey
- Jackson
- Eclipse
- maven
- heroku
- git
Make sure you have Java and Maven installed. Also, install the Heroku Toolbelt.
$ git clone https://github.com/HamzaTanjiCherkaoui/Todo-App-Rest-Service.git
$ cd Todo-App-Rest-Service
$ mvn install
$ foreman start web
Your app should now be running on localhost:5000.
$ heroku create
$ git push heroku master
$ heroku open
For more information about using Java on Heroku, see these Dev Center articles: