https://github.com/charlescreativecontent/savage-auth
First App with Login
https://github.com/charlescreativecontent/savage-auth
Last synced: about 1 year ago
JSON representation
First App with Login
- Host: GitHub
- URL: https://github.com/charlescreativecontent/savage-auth
- Owner: CharlesCreativeContent
- License: mit
- Created: 2020-09-20T01:15:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-30T16:31:56.000Z (about 4 years ago)
- Last Synced: 2025-03-24T04:35:25.417Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 102 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
## Installation
1. Clone repo
2. run `npm install`
## Usage
1. run `node server.js`
2. Navigate to `localhost:8080`
## Credit
Modified from Scotch.io's auth tutorial