This project is based on:
- Docker Engine (version
18.06.1-ce
) - Docker Compose (version
1.22.0
) - nodejs (version
v12.10.0
)
Homebrew instructions:
$ brew cask install docker
$ brew install git node yarn jq
Git clone this project a working directory, next:
$ ./scripts/up.sh
You can browse in database with graphiql on this page: http://127.0.0.1:5000/graphiql
Now that the backend has been started, go to frontend/
to start the « Contact Web Frontend ».