All Projects → learnphoenixtv → blog

learnphoenixtv / blog

Licence: other
An example Phoenix 1.3 application

Programming Languages

elixir
2628 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to blog

play-java-fileupload-example
An example Play application showing custom multiform fileupload in Java
Stars: ✭ 13 (-7.14%)
Mutual labels:  sample-app
play-java-seed.g8
Play Java Seed template: use "sbt new playframework/play-java-seed.g8"
Stars: ✭ 20 (+42.86%)
Mutual labels:  sample-app
java-phoenix-channel
Phoenix Channel Java Client written in Kotlin
Stars: ✭ 20 (+42.86%)
Mutual labels:  phoenix-framework
phoenix-liveview-15m.twitter
Based on the "real-time Twitter clone in 15 minutes with LiveView and Phoenix", from Chris McCord
Stars: ✭ 40 (+185.71%)
Mutual labels:  phoenix-framework
ZXingSample
Working sample app for a blog post on barcode scanning and generating with ZXing
Stars: ✭ 20 (+42.86%)
Mutual labels:  sample-app
phoenix live view tablefilter
Table Filter with Phoenix LiveView
Stars: ✭ 15 (+7.14%)
Mutual labels:  phoenix-framework
phoenix-channel-client
A Phoenix Channels client library for Elixir.
Stars: ✭ 20 (+42.86%)
Mutual labels:  phoenix-framework
conference-app
🎪 A Sample Conference App built with React Native
Stars: ✭ 18 (+28.57%)
Mutual labels:  sample-app
kotlin-news-reader
A simple news reader with Kotlin.
Stars: ✭ 14 (+0%)
Mutual labels:  sample-app
play-scala-log4j2-example
An example Play project using Log4J 2 as the logging engine
Stars: ✭ 14 (+0%)
Mutual labels:  sample-app
spring-boot-tc-mysql
Sample Spring Boot application that uses MySQL to perform integration tests by using TestContainer.
Stars: ✭ 21 (+50%)
Mutual labels:  sample-app
coophub
Cooperatives repos over the world! 🌈🌎
Stars: ✭ 53 (+278.57%)
Mutual labels:  phoenix-framework
SampleFoodBlog
🔥 Android blog application, built with Firebase
Stars: ✭ 23 (+64.29%)
Mutual labels:  sample-app
distillery packager
Elixir lib for creating Debian and RPM packages with Distillery
Stars: ✭ 25 (+78.57%)
Mutual labels:  phoenix-framework
SimpleDroidRx
An application that helps you learn and better understand ReactiveX
Stars: ✭ 61 (+335.71%)
Mutual labels:  sample-app
sublime-phoenix-beagle
Sublime Text plugin to make development with Phoenix Framework better!
Stars: ✭ 22 (+57.14%)
Mutual labels:  phoenix-framework
tutorials as code
so that stuff read/seen don't get muddled up with time
Stars: ✭ 42 (+200%)
Mutual labels:  phoenix-framework
phoenix-rethinkdb-elm-webpack-example
Rephink: A real-time stack based on Phoenix Framework, RethinkDB, Elm, Webpack
Stars: ✭ 16 (+14.29%)
Mutual labels:  phoenix-framework
ucx chat
UcxUcc is a simple but powerful team collaboration suite of applications designed to improve communications, information sharing and productivity for the businesses small and large.
Stars: ✭ 54 (+285.71%)
Mutual labels:  phoenix-framework
weather-app-2020-android
Android Weather App 2020
Stars: ✭ 15 (+7.14%)
Mutual labels:  sample-app

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].