Skip to content

itorisaias/elx_blog_phx

Repository files navigation

Blog

CI CD codecov

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.

Learn more

Setup

docker network create --driver bridge pg
docker run --name postgres --network=pg  -e POSTGRES_PASSWORD=postgres -p 5432:5432 -v $(pwd)/docker/volumes/postgres:/var/lib/postgresql/data -d postgres

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published