Skip to content

ThalesCRG/live-timing-broadcaster-authserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

live-timing-auth

Authentication service for Live-Timing Broadcaster

Start

To start run npm install to install dependencies. run npm run start to start the server

config

use .env file as config like

DB_CONNECT=mongodb+srv://URI_TO_YOUR_DB
TOKEN_SECRET=YOUR_SECRET
PORT=YOUR_PORT

DB_CONNECT represents the URI to connect to your database.

TOKEN_SECRET is the Secret to use for encrypt Passwords.

YOUR_PORT is the Port the API Calls should be received.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published