Closed
Description
https://github.com/maysale01/parse-server/tree/es6-all-tests-passing
Still needs some major refactoring as I was kinda trying to tackle too much at one time.
Converted all code to ES6. All tests passing. Some bug fixes / new error constraints.
Added a ParseServer class that manages instances of the ParseApp class.
Added DatabaseProvider, CacheProvider, and FilesProvider for abstracting respective implementations.
Reworked the cache, all access needs to be via an Express request object passed to a handler or the Express app object returned during instantiation. From my understanding this is how an Express plugin/server should be scoped/implemented.
Metadata
Metadata
Assignees
Labels
No labels