Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paulo-ferraz-oliveira/phoenix_example
A simple example on using Phoenix
https://github.com/paulo-ferraz-oliveira/phoenix_example
Last synced: about 1 month ago
JSON representation
A simple example on using Phoenix
- Host: GitHub
- URL: https://github.com/paulo-ferraz-oliveira/phoenix_example
- Owner: paulo-ferraz-oliveira
- Created: 2024-06-08T12:49:03.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-10T17:31:57.000Z (4 months ago)
- Last Synced: 2024-07-10T21:11:26.604Z (4 months ago)
- Language: Elixir
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PhoenixExample
How to?
1. clone it: `git clone https://www.github.com/paulo-ferraz-oliveira/phoenix_example`
2. cd into it: `cd phoenix_example`
3. support it with Docker: `docker compose up --wait`
4. bootstrap it:
1. `mix deps.get`
2. `mix deps.compile`
3. `mix ecto.create`
4. `mix ecto.migrate`
5. run it: `mix phx.server`
6. enjoy it: