parse-community / parse-server-example

Example of Parse Server using the express framework.

Home Page:http://parseplatform.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Migrate to ES6 exports

dblythy opened this issue · comments

Currently Parse Server Example uses require and module.exports. I propose migrating to ES6 syntax, import and export