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.
- Host: GitHub
- URL: https://github.com/theodoreai/login
- Owner: TheodoreAI
- Created: 2021-03-24T18:03:05.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-25T00:23:51.000Z (about 5 years ago)
- Last Synced: 2025-02-01T02:49:06.711Z (over 1 year ago)
- Language: JavaScript
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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