- Clone the project
git clone https://github.com/YasirAsar/coin_master.git
. - Navigate to the folder
cd coin_master
. - Copy env file
cp .env .env.dev
. Update the.env.dev
with the know values(HOST, PORT..). Will update facebook tokens on this configuration. - Build the service
docker-compose build
. - Start the server
docker-compose up
. - Open the docker interactive shell
docker exec -it coin_master_backend sh
. - After getting into the container. Get and compile the dependencies and project
mix do deps.get, compile
. - Start the interactive development server
iex -S mix phx.server
. - Now you can open the browser and visit http://localhost:4000.