Use Phoenix framework for create a simple blog with authentication.
- Elixir 1.4 or later.
- Erlang 18 or later.
- Phoenix
- PostgreSQL
- NodeJS 5.0 or later
To start your Phoenix app:
- 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
from your browser.
- Phoenix - The web framework used
- Francisco Mangas - Initial work - Mangasf
- Vicent Guardiola - Initial work
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details