Skip to content

TheodoreAI/login

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Login:

  1. You can use this as a springboard to build a website with login/register/authentication.

  2. 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 

About

This is used to build a general login page module that will be used in other applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors