/express-auth

Primary LanguageJavaScript

Express authentication

Prerequisites

  1. Install docker
sudo curl -sSL https://get.docker.com/ | sh
  1. Install docker-compose

Getting started

  • Production

    docker-compose up
    
  • Development

    docker-compose -f docker-compose.yml -f compose-dev.yml up