An open API service indexing awesome lists of open source software.

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

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
```