https://github.com/oktadev/okta-nodejs-sql-server-example
https://github.com/oktadev/okta-nodejs-sql-server-example
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/oktadev/okta-nodejs-sql-server-example
- Owner: oktadev
- License: mit
- Created: 2020-03-27T21:40:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T22:47:26.000Z (about 3 years ago)
- Last Synced: 2025-03-25T11:21:24.599Z (10 months ago)
- Language: JavaScript
- Size: 1.68 MB
- Stars: 47
- Watchers: 7
- Forks: 31
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Build a Node.js App using SQL Server Step-By-Step
This is the source code for a video tutorial.
## Requirements
* [Node.js](https://nodejs.org) 10.x or higher
* SQL Server 2017 or higher
* [Free Okta developer](https://developer.okta.com) account
## Setup
1. Clone or download this project
1. Copy `.env-sample` to `.env`
1. Run `npm install` to install dependencies
1. Create a new Web Application in Okta for this project, accepting defaults
1. Copy your Okta application Client ID and Client Secret
1. Change the values in `.env` to match your environment
## Run
```sh
npm run dev
```