This webserver collects hourly data on trader sentiments from the myfxbook and stores them in a mongodb
Create a config.env
file and insert the following codes into it.
DATABASE = mongodb-uri
DATABASE_PASSWORD = mongodb-password
EMAIL = myfxbook email
PASSWORD = myfxbook password
To install all the app dependency
Runs the app on `localhost:8081`