An open API service indexing awesome lists of open source software.

https://github.com/s-r-x/phoenix-starter

:kissing_cat:
https://github.com/s-r-x/phoenix-starter

elixir phoenix

Last synced: about 1 month ago
JSON representation

:kissing_cat:

Awesome Lists containing this project

README

        

# Phoenix starter

Run it:
```
docker-compose up
```

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 `cd assets && npm install`
* Start Phoenix endpoint with `mix phx.server`

Now you can visit [`localhost:8080`](http://localhost:8080) from your browser.

Ready to run in production? Please [check our deployment guides](https://hexdocs.pm/phoenix/deployment.html).

## Learn more

* Official website: http://www.phoenixframework.org/
* Guides: https://hexdocs.pm/phoenix/overview.html
* Docs: https://hexdocs.pm/phoenix
* Mailing list: http://groups.google.com/group/phoenix-talk
* Source: https://github.com/phoenixframework/phoenix