A RESTFul api for user authentication using PassportJs with Google, Github, Twitter, Microsoft, Discord and Spotify using ExpressJs and Typescript.
npm install
Build Server
npm run build
Run Server
npm start
Build Image
docker build -t auth-den .
Run Container
docker run -p 8000:8000 --env-file ./.env --name authden-container auth-den
Build the image and push to Azure Container Registry and Deploy the application to Azure Kubernetes Service using Github Actions