Really straight forward project, it will... display your IP address.
YAY!
See it online: https://whatsmyip.s6l.fr/
To launch this project, you need :
- node 8+
- yarn
- docker
- docker-compose
yarn install
Launch API stack :
docker-compose up
Note : API is served through http://localhost:8000.
Serve front for Dev :
yarn serve
Front is now accessible via http://localhost:8080.
yarn build
yarn lint