Skip to content

Test project so I could learn Elixir / Phoenix.

License

Notifications You must be signed in to change notification settings

elixir-lv/elixir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elixir

Test project so I could learn Elixir / Phoenix.

Add to hosts

Open the local hosts

sudo nano /etc/hosts

Add this

172.60.1.10     elixir.local
172.60.1.11     api.elixir.local

Setup front-end, back-end, testing environment with Docker

Configure

Copy the envirnoment example file

cp .env.example .env

Set values

Replace every 'FILL_THIS' word with a required value.

Start-up the projects

In this project directory execute

docker-compose up

Open