Files
archived-starters/examples/elixir-phoenix
dependabot[bot] 4d0c1885e0 Bump color-string from 1.5.4 to 1.5.5 in /examples/elixir-phoenix/assets (#155)
Bumps [color-string](https://github.com/Qix-/color-string) from 1.5.4 to 1.5.5.
- [Release notes](https://github.com/Qix-/color-string/releases)
- [Changelog](https://github.com/Qix-/color-string/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Qix-/color-string/compare/1.5.4...1.5.5)

---
updated-dependencies:
- dependency-name: color-string
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-15 12:38:18 -07:00
..
2021-02-03 02:12:54 +00:00
2021-02-03 02:12:54 +00:00
2021-02-03 02:12:54 +00:00
2021-02-01 23:52:53 +00:00
2021-02-03 02:12:54 +00:00
2021-02-03 02:12:54 +00:00
2021-02-03 02:12:54 +00:00
2021-02-03 02:12:54 +00:00

title, description, tags
title description tags
Elixir Phoenix A Phoenix application that connects to a PostgreSQL database
elixir
phoenix
postgres

Elixir Phoenix Example

This example is a Phoenix application that connects to a Railway Postgres database.

Deploy on Railway

Features

  • Elixir
  • Phoenix
  • Postgres

💁‍♀️ How to use

  • Create a Railway project with the Postgres plugin
  • Connect to your Railway project with railway link
  • Install dependencies with railway run mix deps.get
  • Migrate the database railway run mix ecto.migrate
  • Install node dependencies with cd assets && npm install
  • Run the Phoenix app railway run mix phx.server

📝 Notes

This example was generated by running mix phx.new.

Read more about Phoenix at their official documentation.