Skip to content

phoenix-rest-server is a barebones REST HTTP server built using the Elixir Phoenix Framework. It uses Erlang OTP to provide a simple, crash-resistant, in-memory Model process which may be helpful to developers just getting started.

License

Notifications You must be signed in to change notification settings

batwicket/phoenix-rest-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phoenix-rest-server is a barebones REST HTTP server built using the Elixir Phoenix Framework. It uses Erlang OTP to provide a simple, crash-resistant, in-memory Model process which may be helpful to developers just getting started.

Hopefully it is easy to extend.

To start the application:

  1. Install dependencies with mix deps.get
  2. Run tests with mix test
  3. View routes with mix phoenix.routes
  4. Start the Phoenix REST server with mix phoenix.start

Now you can visit localhost:4000 from your browser.

About

phoenix-rest-server is a barebones REST HTTP server built using the Elixir Phoenix Framework. It uses Erlang OTP to provide a simple, crash-resistant, in-memory Model process which may be helpful to developers just getting started.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages