Skip to content

mangasf/phoenix-blog

Repository files navigation

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

About

Phoenix GetStarted: Basic Blog Creation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published