[BangPypers] Host a web application.

Shrayas rajagopal shrayasr at gmail.com
Wed Apr 22 08:36:21 CEST 2015


On Wed, Apr 22, 2015 at 12:03 PM, Kishan Mehta <kishanmehta3 at gmail.com> wrote:
> I have to show my web application project work to a potential employer.
> Is it possible to host the demo somewhere? Any guide on this?

The easiest way to do this would be to use a service like heroku[1].
They provide a great free package that you can use for throwaway
projects like what you mention. It is as simple as creating what they
call a ProcFile and adding heroku as a git remote and pushing to them.

Check it out.

[1]:http://heroku.com/


More information about the BangPypers mailing list