Authentication with sessions

Setup

  1. Add /api/.env file

You can use sample file (mv /api/.env.sample /api/.env)

  1. Run docker-compose up to start services

    • api
    • client
    • mongo
  2. Visit http://localhost:3000/ in browser