Skip to content
/ todoapp Public

Simple todo app using Express, Sequelize/Postgre and Passport with Google OAuth and JWT

Notifications You must be signed in to change notification settings

vittau/todoapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todoapp

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 is 80.

About

Simple todo app using Express, Sequelize/Postgre and Passport with Google OAuth and JWT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published