Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1.2 KB

README.md

File metadata and controls

46 lines (27 loc) · 1.2 KB

Phoenix Kata (Simple Blog)

Use Phoenix framework for create a simple blog with authentication.

Live Demo

Prerequisites

  • Elixir 1.4 or later.
  • Erlang 18 or later.
  • Phoenix
  • PostgreSQL
  • NodeJS 5.0 or later

Installing

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.

Deployment

Built With

Authors

  • Francisco Mangas - Initial work - Mangasf
  • Vicent Guardiola - Initial work

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details