Open ernesst opened 7 years ago
@ernesst Thank you for your interest in my side project. It looks like it's caused by the missing .env
file.
If you've not already done it, make sure to create your own .env
file with your Quandl
api and MongoDB
credentials and save it in the root folder. See README.md for details. Also these credentials shouldn't be committed so .env
is listed in .gitignore
.
Thanks, for the clarification.
It will not fit with my need, i wanted to wrap in a container your app to create a Stock app for Ubuntu Touch. However I cannot sort it out the mongodb. Thanks !!!
@ernesst Not sure if this will help, I'm not very familiar with Ubuntu. But here is the doc about mongodb on Ubuntu.
Thanks for your feedback, Ubuntu touch doesn't allow service in background unfortunately.
First of all thanks for the work, seems interesting.
After performing a npm install the npm start gives as results
/project/html-app/enclose/stock-watcher-fcc$ npm start
Any idea ?
I'm on ubuntu 16.04 lts & node v6.11.0 Thanks