Skip to content

Elixir + Phoenix implementation of realworld backend api

License

Notifications You must be signed in to change notification settings

Florian95/elixir-phoenix-realworld

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RealWorld Example App

Travis Coveralls

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 ecto.migrate to run the database migrations.
    • mix phx.server to run the application.

License

MIT © Ezinwa Okpoechi

About

Elixir + Phoenix implementation of realworld backend api

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 61.9%
  • JavaScript 38.1%