Skip to content

AdamBrodzinski/phoenix-rethinkdb-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elixir Phoenix RethinkDB Example App

This is a very basic example of how to add RethinkDB to Phoenix. Be sure to checkout the commits for the exact steps to take.

To start your Phoenix app:

  1. Install dependencies with mix deps.get
  2. Start RethinkDB in another terminal
  3. Start Phoenix endpoint with mix phoenix.server
  4. Visit localhost:4000/init-table to create a posts example table

Now you can visit localhost:4000 from your browser. The response will return a JSON response with two example posts.

More Info:

About

Example App with RethinkDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published