the-harry / blog_phx

elxpro blog app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BlogPhx

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Install Node.js dependencies with npm install inside the assets directory
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Getting started

# build containers
docker-compose build

# start containers
docker-compose up

# access web container
docker-compose exec web bash

# access iex inside container
docker attach blog_phx_web_1

Quality

# lint
mix credo

# sec vuns
mix sobelow --config

# specs with cover
mix coveralls.html

xdg-open cover/excoveralls.html

for wrong deps fetched by editor before the actual container runs, remove them by running:

sudo rm -fr _build/ deps/ .elixir_ls/

And run the containers again.

Learn more

About

elxpro blog app

License:MIT License


Languages

Language:Elixir 68.2%Language:CSS 18.0%Language:JavaScript 7.3%Language:HTML 5.0%Language:Dockerfile 1.3%Language:Shell 0.1%