mirror of
https://github.com/SrIzan10/starters.git
synced 2026-05-01 11:05:16 +00:00
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.3 to 4.16.6. - [Release notes](https://github.com/browserslist/browserslist/releases) - [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md) - [Commits](https://github.com/browserslist/browserslist/compare/4.16.3...4.16.6) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
title, description, tags
| title | description | tags | |||
|---|---|---|---|---|---|
| Elixir Phoenix | A Phoenix application that connects to a PostgreSQL database |
|
Elixir Phoenix Example
This example is a Phoenix application that connects to a Railway Postgres database.
✨ 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.