Skip to content

Latest commit

 

History

History
41 lines (19 loc) · 651 Bytes

README.md

File metadata and controls

41 lines (19 loc) · 651 Bytes

MovieFactsDB

"The best source on the Internet for a tiny amount of movie-related facts."

Overview

This is a demo Node.js app. It's a small project that let's you interact with static movie related data.

This demo app uses a number of different technologies:

  • Knex - a general purpose SQL builder.
  • Bookshelf - a Promise-based ORM for Node.
  • React - composable UI components.
  • SQLite3 - a tinySQL database.

Build

Use Grunt!

Tests

npm test

Contributing

Want add to this demo app? Fork and send a pull request. Make sure to test and jshint your code.

Release History

  • 1.0.0 Initial release

License

MIT