Open olivierobert opened 5 years ago
I gave up on setting up the app for now until more instructions are provided. Some of the issues I faced:
sequelize-cli
fails because babel-register
is not definedscraper
so I would need to create thatPull Request created. https://github.com/rmn316/NIMBLE/pull/28
When running the
api-google-scraper
, it fails since the port is not defined.Adding either
.env.sample
with all required env variables (those with secrets should be left empty) would greatly help in the initial setup. There could even be a setup command to copy the sample env file.env.sample
to.env
In addition, documenting the NPM scripts and setup steps would be a big improvement in using the project.