https://github.com/jonathanwthom/ember-blog2
https://github.com/jonathanwthom/ember-blog2
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonathanwthom/ember-blog2
- Owner: JonathanWThom
- Created: 2017-01-11T19:22:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-12T22:43:03.000Z (over 9 years ago)
- Last Synced: 2025-10-25T22:38:27.758Z (9 months ago)
- Language: JavaScript
- Size: 826 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### To Do
- Need to deal with empty fields for comments
- Limit the posts on the first page to the most recent 5.
- Add individual post pages to navigate to
- Add categories for posts and allow users to filter by categories.
- Add tags to post. Allow users to filter all posts based on tags.
- Give users the opportunity to update the content of their comments.
- Provide the option to delete comments.
- Further exploration
- Include a "Recent Comments" feed on the homepage that displays the newest comments (for any/all blog posts) displayed as links. - Clicking a link should take the user to the post this comment belongs to.
- Add tags to post. Allow users to filter all posts based on tags.
- 2 posts to a row
- styling
- better source for images - hard code in or different hosting site?
- make admin hidden and authenticated
- make firebase server private
- navbar resize
# blog
This README outlines the details of collaborating on this Ember application.
A short introduction of this app could easily go here.
## Prerequisites
You will need the following things properly installed on your computer.
* [Git](https://git-scm.com/)
* [Node.js](https://nodejs.org/) (with NPM)
* [Bower](https://bower.io/)
* [Ember CLI](https://ember-cli.com/)
* [PhantomJS](http://phantomjs.org/)
## Installation
* `git clone ` this repository
* `cd blog`
* `npm install`
* `bower install`
## Running / Development
* `ember serve`
* Visit your app at [http://localhost:4200](http://localhost:4200).
### Code Generators
Make use of the many generators for code, try `ember help generate` for more details
### Running Tests
* `ember test`
* `ember test --server`
### Building
* `ember build` (development)
* `ember build --environment production` (production)
### Deploying
Specify what it takes to deploy your app.
## Further Reading / Useful Links
* [ember.js](http://emberjs.com/)
* [ember-cli](https://ember-cli.com/)
* Development Browser Extensions
* [ember inspector for chrome](https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi)
* [ember inspector for firefox](https://addons.mozilla.org/en-US/firefox/addon/ember-inspector/)