-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cleanup needed #8
Comments
@tjeanneau @lourou what do you think? |
Closed
lourou
added a commit
that referenced
this issue
Apr 22, 2018
lourou
added a commit
that referenced
this issue
Apr 22, 2018
Open
lourou
added a commit
that referenced
this issue
Apr 22, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Before we work further on this tool, I would like to do the following:
async/await
instead of ugly Promises. In most of the code promises are not chained properly. Require Node 8+ inpackage.json
to enable this.eslint
middleware
folder toservices
. Middlewares are functions that take(req, res, next)
and respond to requests. Functions that deal with data should be calledservices
ormodel
.constants.js
, especially environment variables; throw errors when required constants are blankThe text was updated successfully, but these errors were encountered: