Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikemimik/web-app
https://github.com/mikemimik/web-app
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mikemimik/web-app
- Owner: mikemimik
- Created: 2021-02-10T04:55:27.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-10T04:55:33.000Z (almost 4 years ago)
- Last Synced: 2024-10-14T15:21:31.175Z (2 months ago)
- Language: JavaScript
- Homepage: web-app.mikemimik.vercel.app
- Size: 92.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Regular Web Application
The Regular Web App is a simple express application that implements Auth0 authentication.
## Version 1.0
This version of the regular web app is the starting place used in A0FUN-M02-L01 Create an Application.
### Run Local:
```bash
ISSUER_BASE_URL=https://your-tenant.region.auth0.com \
CLIENT_ID=your-app-client-id \
npm start
```