Skip to content

holtbp/hello_phoenix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hello_phoenix

This source code is the result of following a guide for building your first API with Phoenix.

Install

In order to run this application, you will need to install Elixir and Phoenix. You can find install steps here.

Run

To start your Phoenix app:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Start Phoenix endpoint with mix phoenix.server

Now you can visit localhost:4000 from your browser.

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

External resources

About

First Elixir API with Phoenix

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published