- This project is micro service to act as a file system repository
- nodejs Backend is a node-v.5.3.0.
- express API is a Express app. It respond to requests RESTfully in JSON.
- MongoDB Mongodb as a data store.
- MongoDB GridFS MongoDB GridFS to store files
To run a suite tests execute: npm test
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
We use source code comments to add documentation.
You can browse an HTML documentaion at /apidoc/index.html