nbe
v0.0.1
Published
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.
Downloads
4
Readme
Node Blog Engine
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
- [x] Some not-terrible design
- [x] Create a simple ORM to save the articles to some DB (https://github.com/SomeKittens/nbe-postgres)
0.2.0
- [ ] Editor
- [ ] More statistics for post editor
- [ ] Suggest alternate words/phrases
0.3.0
- [ ] Rendering engine
0.4.0
- [ ] Tag system