Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davybrion/therabbithole
https://github.com/davybrion/therabbithole
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/davybrion/therabbithole
- Owner: davybrion
- Created: 2011-07-10T11:18:49.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-01-30T16:23:36.000Z (about 13 years ago)
- Last Synced: 2024-08-02T13:20:49.380Z (7 months ago)
- Language: JavaScript
- Size: 269 KB
- Stars: 19
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
NOTE: be sure to run 'npm install' within the project folder to get all of the required dependencies
This project is meant to be a technical playground/breakable toy where i get to play
with all kinds of interesting technologies. The initial goal of the project
(not counting the learning opportunities) is to be able to generate invoices and
timesheets for a selected task/project for a customer. The invoices and timesheets
need to be generated as PDF's.Technologies that will be used:
- Node.JS
- Express.JS
- MongoDB
- Mongoose
- jQuery
- Backbone.JS
- QUnit
- jasmine-node