Skip to content

A simple CRUD application using Elixir and the Phoenix framework

Notifications You must be signed in to change notification settings

chrux/phoenix_crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PhoenixCrud

To start your new Phoenix application you have to:

  1. Install dependencies with mix deps.get
  2. Start Phoenix router with mix phoenix.start
  3. Execute migrations with mix ecto.migrate Repo

Now you can visit localhost:4000 from your browser.

Notes

  • If you choose to change the application's structure, you could manually start the router from your code like this PhoenixCrud.Router.start

Credits

Huge thanks to Garrett Heinlen for his tutorial http://gogogarrett.sexy/programming-in-elixir-with-the-phoenix-framework-building-a-basic-CRUD-app/

About

A simple CRUD application using Elixir and the Phoenix framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages