-
Notifications
You must be signed in to change notification settings - Fork 1
Ideas
Barnesjt edited this page Jun 3, 2019
·
2 revisions
- Need to support file upload, use gridfs.
- There's a swagger extension for VSCode that I just found, awesome for referencing the openapi.yaml while working.
- Nothing is working at this point, I partially adapted the /lib/auth.js for a different payload, but nothing has been run or checked.
- docker-compose file is set up for mongodb, and Redis has not been added anywhere (Rate-limiting or data replication is the project requirement).
- Many routes don't seem to require any authentication according to the yaml, seems odd
- Do we want to do redis or data replic? since we are using mongo, data repl would be easy I think.