Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tsaidavid/kata-one
https://github.com/tsaidavid/kata-one
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tsaidavid/kata-one
- Owner: tsaiDavid
- Created: 2015-11-08T20:54:50.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-09T07:00:03.000Z (almost 9 years ago)
- Last Synced: 2024-04-08T15:59:58.498Z (7 months ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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