https://github.com/charlescreativecontent/phaser-server
phaser login and signup server
https://github.com/charlescreativecontent/phaser-server
Last synced: 8 months ago
JSON representation
phaser login and signup server
- Host: GitHub
- URL: https://github.com/charlescreativecontent/phaser-server
- Owner: CharlesCreativeContent
- License: mit
- Created: 2022-01-18T03:15:41.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-30T15:57:10.000Z (about 4 years ago)
- Last Synced: 2025-03-24T04:35:25.771Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 8.38 MB
- Stars: 7
- 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