Skip to content

Going through the Phoenix framework guides (v1.3.0)

Notifications You must be signed in to change notification settings

smeade/hello_phoenix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello

Working through the Phoenix Guides (v1.3.0).

Each section has a branch in this repo.

Guides

  • Up and Running [guide|src|demo]
  • Adding Pages [guide|src]
    • A Static Page [demo]
    • Another New Page [demo]
  • Routing
  • Plug
  • Endpoint
  • Controllers
  • Views
  • Templates
  • Channels
  • Ecto
  • Contexts
  • Mix Tasks
  • Custom Errors

Testing

  • Introduction to Testing
  • Testing Schemas
  • Testing Controllers
  • Testing Channels

Deployment

  • Introduction to Deployment
  • Deploying on Heroku

Phoenix

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Install Node.js dependencies with cd assets && npm install
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check the deployment guides.

Learn more

About

Going through the Phoenix framework guides (v1.3.0)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published