Application to connect to the Parse JS API using NodeJS-ExpressJS.
- ExpressJS framework for NodeJS.
- Parse middleware for connecting to Parse.
- Gulp for task automation.
- PM2 for server process manager.
- Clone this repo.
- Install gulp.
- Install PM2.
- Run
npm install
. - Application can be started using
gulp dev-start
.
- Run the tests using
gulp run-test
.
- Beautify JS code using gulp task
gulp beautify
.