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:
- Host: GitHub
- URL: https://github.com/s-r-x/phoenix-starter
- Owner: s-r-x
- Created: 2019-04-14T17:48:34.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-14T18:22:40.000Z (about 6 years ago)
- Last Synced: 2025-02-14T23:34:03.268Z (3 months ago)
- Topics: elixir, phoenix
- Language: Elixir
- Homepage:
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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