Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 1.5 KB

README.md

File metadata and controls

43 lines (36 loc) · 1.5 KB

#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