Introduction
This is a node.js starter app built in with express framework with mysql database configuration. It has already developed authentication using passport.js with login,register and dashboard routes and views already developed.
Download the repo or clone it with the following command
git clone https://github.com/vincentchacha/node-express-mysql-starter.git
Navigate into the folder containing project files
cd node-express-mysql-starter
Install the required dependencies or packages using npm
npm install
Confirgure the database schema(Ensure that you have mysql database installed) Make the changes in config/config.json file
Launch the app
node app.js
You can eventually visit your browser at port 300
http://localhost:3000
#Cheers