Node Blog Engine is my second attempt at writing a blog engine in Node.js. This isn't intended for production use - just some fun to keep my skills sharp.
Road Map
0.1.0
- Allow admin to login, and CRUD articles
- Front page and article views
- Some not-terrible design
- Create a simple ORM to save the articles to some DB (https://github.com/SomeKittens/nbe-postgres)
0.2.0
- Editor
- Article save actually needs to save as rendered Markdown
- Login
- Restrict users from creating new accounts
- Nav
- Contact Page
0.3.0
- Tag system
- Superuser setup
- Editor
- More statistics for post editor
- Suggest alternate words/phrases
0.4.0
- Rendering engine