The sole purpose of this repository is to authenticate a user and produce a JWT token that other services can use
Note:
- You will only need docker installed on your computer to run this app
- Fork Branch
- Open terminal and clone forked branch:
git clone https://github.com/<YOUR USERNAME>/user-interaction.git - Go inside user-interaction directory:
cd search - Add upstream repo:
git remote add upstream https://github.com/fcgl/user-interaction.git - Confirm that you have an origin and upstream repos:
git remote -v
This build should work for both macOS and Linux
- Download docker for your operating system
- From project root run the following command:
docker-compose up --build
Confirm everything was ran correctly by going to the following endpoint: