/illae

Primary LanguageJavaScript

#ILLAE - landing page Using passport as authentication method

##Folder structure

  • app ------ models ---------- user.js ------ routes.js
  • config ------ auth.js ------ database.js ------ passport.js
  • views ------ index.ejs ------ login.ejs ------ signup.ejs ------ profile.ejs
  • package.json
  • server.js

##Deployment node server.js to run the page at localhost:8080

##Signup now you can use /signup to signup a new account to local session

##Screenshots