https://github.com/oliverswitzer/phoenix-rumbl
My walkthrough of Programming Phoenix's Rumbl app
https://github.com/oliverswitzer/phoenix-rumbl
Last synced: about 2 months ago
JSON representation
My walkthrough of Programming Phoenix's Rumbl app
- Host: GitHub
- URL: https://github.com/oliverswitzer/phoenix-rumbl
- Owner: oliverswitzer
- Created: 2020-09-19T00:10:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-12T20:28:09.000Z (over 4 years ago)
- Last Synced: 2025-02-15T20:23:07.856Z (3 months ago)
- Language: Elixir
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rumbl
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`](http://localhost:4000) from your browser.
Ready to run in production? Please [check our deployment guides](https://hexdocs.pm/phoenix/deployment.html).
## Learn more
* Official website: https://www.phoenixframework.org/
* Guides: https://hexdocs.pm/phoenix/overview.html
* Docs: https://hexdocs.pm/phoenix
* Forum: https://elixirforum.com/c/phoenix-forum
* Source: https://github.com/phoenixframework/phoenix