Skip to content

njbennett/elderflower

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elderflower

This is a Phoenix server that attempts to implement the Spring83 spec

Getting started

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

Development

Run tests with

fswatch lib test | mix test --exclude bogbody --listen-on-stdin

The "bogbody" tag indicates tests that target Robin Sloan's example server, and basically shouldn't be run except to check the validity of other tests.

About

An Elixir server for Spring83 (and, perhaps more interestingly, tests for that server)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages