An open API service indexing awesome lists of open source software.

https://github.com/theodoreai/login

This is used to build a general login page module that will be used in other applications.
https://github.com/theodoreai/login

Last synced: 30 days ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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