younesmln / elixir-phoenix-realworld

Elixir + Phoenix implementation of realworld backend api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RealWorld Example App

Elixir (Phoenix) codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.

This codebase was created to demonstrate a fully fledged fullstack application built with Elixir and Phoenix including CRUD operations, authentication, routing, pagination, and more.

We've gone to great lengths to adhere to the credo community styleguides & best practices.

For more information on how to this works with other frontends/backends, head over to the RealWorld repo.

Getting started

  1. Install phoenix as well as all the other dependencies (erlang, elixir, postgresql).
  2. Clone the repo.
  3. Run the following commands in the project directory:
    • mix deps.get to install dependencies.
    • mix ecto.create to create the database.
    • mix phoenix.server to run the application.

License

MIT © Ezinwa Okpoechi

About

Elixir + Phoenix implementation of realworld backend api

License:MIT License


Languages

Language:JavaScript 59.0%Language:Elixir 41.0%