https://github.com/andreogle/peep_blog_backend
The Phoenix backend for the tutorial here: http://maxwellholder.com/blog/build-a-blog-with-phoenix-and-ember
https://github.com/andreogle/peep_blog_backend
Last synced: about 1 year ago
JSON representation
The Phoenix backend for the tutorial here: http://maxwellholder.com/blog/build-a-blog-with-phoenix-and-ember
- Host: GitHub
- URL: https://github.com/andreogle/peep_blog_backend
- Owner: andreogle
- Created: 2015-06-08T12:41:04.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-23T14:27:50.000Z (almost 11 years ago)
- Last Synced: 2025-01-13T04:13:38.235Z (over 1 year ago)
- Language: CSS
- Size: 191 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PeepBlogBackend
To start your new Phoenix application:
1. Install dependencies with `mix deps.get`
2. Start Phoenix endpoint with `mix phoenix.server`
Now you can visit `localhost:4000` from your browser.