Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tsaidavid/kata-one


https://github.com/tsaidavid/kata-one

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

# kata-one

A todo list built from ground up - 100% from scratch!

##### MVC
* Backbone
* Simple and un-opinionated

##### Server
* Express
* The de-facto Node framework of choice!

##### Database
* Postgres
* Purposefully chosen to experiment with a new database; prior experience with MySQL, SQLite3, and MongoDB.
* Bookshelf
* Serves as the ORM - easy to use due to Backbone-like syntax

##### Other
* Bootstrap for styling