-
You can use this as a springboard to build a website with login/register/authentication.
-
To run this project you will need the dependencies listed in the package.json file.
To install node run:
npm install node 13.12.0
To install the HTML Templating engine Express-Handlebars run:
npm install express-handlebars
To install nodemon and to run it make sure to do the following:
npm install nodemon
Under the package.json, add the following code to run the server with nodemon:
"scripts": {
"start": "nodemon ./login/app.js"
}
-Then you can run:
npm start
*Or you can do:
- npm install to install all dependencies required to run this app from the package.json file.
*This project works with mariaDB and postgreSQL and can be hosted on Heroku using the required environment variables.
heroku local:run npm start