https://github.com/bluecolor/commune
A microblog platform built with phoenix
https://github.com/bluecolor/commune
ecto elixir phoenix
Last synced: about 1 year ago
JSON representation
A microblog platform built with phoenix
- Host: GitHub
- URL: https://github.com/bluecolor/commune
- Owner: bluecolor
- Created: 2020-04-15T16:14:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-24T19:23:28.000Z (about 6 years ago)
- Last Synced: 2025-02-09T03:12:36.697Z (over 1 year ago)
- Topics: ecto, elixir, phoenix
- Language: Elixir
- Homepage:
- Size: 72.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Commune
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:4000`](http://localhost:4000) 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