标签: javascript rest heroku
我已经构建了一个REST API,如果我在本地托管它,它可以很好地运行。我遵循了这个教程:
http://coenraets.org/blog/2012/10/creating-a-rest-api-using-node-js-express-and-mongodb/
我如何在heroku或任何其他在线平台上提供此服务,以便我的应用程序可以执行CURL命令?
以下是我使用的代码:
https://github.com/taboada92/wham
由于
答案 0 :(得分:0)
您需要在项目中添加Procfile,以便heroku知道要执行的内容。如果是Heroku + Node新手,我建议您浏览tutorial