https://github.com/huangbinjie/blog
my phoenix version blog
https://github.com/huangbinjie/blog
elixir phoenix
Last synced: 11 months ago
JSON representation
my phoenix version blog
- Host: GitHub
- URL: https://github.com/huangbinjie/blog
- Owner: huangbinjie
- Created: 2017-03-08T10:31:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-02T05:53:38.000Z (almost 8 years ago)
- Last Synced: 2025-03-26T09:04:10.905Z (over 1 year ago)
- Topics: elixir, phoenix
- Language: JavaScript
- Homepage: http://corol.me
- Size: 234 KB
- Stars: 24
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# corol_elixir
start:
* Install dependencies with `mix deps.get`
* Create and migrate your database with `mix ecto.create && mix ecto.migrate`
* Install Node.js dependencies with `npm install`
* Start Phoenix endpoint with `mix phoenix.server`
Now you can visit [`localhost:4000`](http://localhost:4000) from your browser