Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stratigos/fire_starter
Screencast for Basic DB - Backed Web App in Phoenix 1.3 :droplet:
https://github.com/stratigos/fire_starter
Last synced: about 1 month ago
JSON representation
Screencast for Basic DB - Backed Web App in Phoenix 1.3 :droplet:
- Host: GitHub
- URL: https://github.com/stratigos/fire_starter
- Owner: stratigos
- Created: 2018-02-28T20:18:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-02T20:54:03.000Z (almost 7 years ago)
- Last Synced: 2024-11-06T19:50:14.243Z (3 months ago)
- Language: Elixir
- Size: 93.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FireStarter :fire:
An application built through the _[Build a Database Backed Web App in Phoenix](https://www.codeschool.com/screencasts/build-a-database-backed-web-app-with-phoenix)_ screencast.
This application demonstrates a simple and straightforward Phoenix web app - CRUD operations to display videos in a list.
## Deps
* Phoenix 1.3 :fire:
* Elixir 1.6 :droplet:
## **TODO: Add description**
* :construction_worker:
* :construction:
----## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `fire_starter` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:fire_starter, "~> 0.1.0"}
]
end
```Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/fire_starter](https://hexdocs.pm/fire_starter).----
To start your Phoenix server:
New Phoenix 1.3 App
* Install dependencies with `mix deps.get`
* Create and migrate your database with `mix ecto.create && mix ecto.migrate`
* Install Node.js dependencies with `cd assets && npm install`
* Start Phoenix endpoint with `mix phx.server`
* Start Phoenix server with `iex -S 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](http://www.phoenixframework.org/docs/deployment).
## Learn more
* Official website: http://www.phoenixframework.org/
* Guides: http://phoenixframework.org/docs/overview
* Docs: https://hexdocs.pm/phoenix
* Mailing list: http://groups.google.com/group/phoenix-talk
* Source: https://github.com/phoenixframework/phoenix