Skip to content

CCLancaster/express-authentication

 
 

Repository files navigation

Express Authentication

Express authentication template using Passport + flash messages + custom middleware

Getting Started

Scaffold w/tests (see master branch)

  • Run npm install to install dependencies
  • Use npm test to run tests
  • Setup the databases
    • Change the database names in config/config.json to reflect your project
    • Run createdb project_name_development to create the development database
    • Run createdb project_name_test to create the test database

Finished version (see brian-finished branch)

  • Run npm install to install dependencies
    • Use npm run lint:js to lint your JS
    • Use npm run lint:css to lint your CSS
    • Use npm test to run tests
  • Setup the databases
    • Run createdb express_auth_development to create the development database
    • Run createdb express_auth_test to create the test database
    • Run sequelize db:migrate to run migrations

About

Express authentication template using Passport + flash messages + custom middleware

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.4%
  • HTML 15.6%
  • CSS 1.0%