/Logging-Server-Heroku

Logs all raw data POST'd to this server into a MongoDB

Primary LanguagePythonApache License 2.0Apache-2.0

#DEPLOY ON HEROKU

git clone https://github.com/orymeyer/Logging-Server-Heroku.git
heroku create
cd <app_name>
git add --all
git commit -m "Init"
git push heroku master

To log data,POST data to the url .herokuapp.com/log The raw data gets logged along with the timeStamp.