Skip to content

javereec/blog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog

An example Phoenix 1.3 application. Demonstrates how to structure a simple blog in the way Phoenix 1.3 will recommend.

For the umbrella version, see https://github.com/learnphoenixtv/blog_umbrella.

Running the Server

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 phoenix.server

Now you can visit localhost:4000 from your browser.

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

Learn more

About

An example Phoenix 1.3 application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Elixir 82.1%
  • JavaScript 10.7%
  • HTML 7.1%
  • CSS 0.1%