You can find an example of this boiler plate at: https://auth-passport.herokuapp.com/
This is a ready to use boiler plate that uses Passport for User Authentication and MySQL with Sequelize for Data Storage.
HTML, CSS, Javascript (ES6), Bootswatch, Node.js, Express, Passport, MySQL, Sequelize.
To install necessary dependencies, run the following command:
npm install
To start using this project:
1. Install node modules (npm install).
2. Create new database in MySQL Server.
3. Create a .env file at the root location of the project and enter database credentials (see below):
DB_USER = Your Database Username
DB_PASSWORD = Your Database Password
DB_DATABASE = Your Database Name
DB_HOST = localhost - ***If your are running localhost***
4. Enjoy..!
If you have any questions about the repo, open an issue or contact jaab30 directly at jaab30@yahoo.com.