https://github.com/vnegrisolo/blog
blog
https://github.com/vnegrisolo/blog
blog elixir phoenix postgresql
Last synced: about 2 months ago
JSON representation
blog
- Host: GitHub
- URL: https://github.com/vnegrisolo/blog
- Owner: vnegrisolo
- Created: 2017-04-02T16:07:04.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-24T22:35:00.000Z (about 9 years ago)
- Last Synced: 2025-09-19T21:35:47.074Z (9 months ago)
- Topics: blog, elixir, phoenix, postgresql
- Language: Elixir
- Size: 64.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog
To start your Phoenix server:
* 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`
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).
## Assets
For feature tests it's required `phantomjs`:
```shell
npm install -g phantomjs
```
## Testing
```shell
mix test --trace
```