Simple todo app using Express, Sequelize/Postgre and Passport with Google OAuth and JWT (JSON Web Tokens). Tested with Node.js 6.2.0.
##Usage
- Run
npm install
to install the dependencies listed on package.json; - Insert your clientID and clientSecret (create your credentials here) in server.js and set-up your database connection in config/config.json;
- Start the app with
node server.js
. The default port is80
.