Skip to content

A nodejs ( with ECMA Script 6) app to use GridFS (from MongoDB) as file-system, with nodejs 5.0 - ECMA Script 6

Notifications You must be signed in to change notification settings

kadusjc/file-system-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File System API

Build Status

  • This project is micro service to act as a file system repository

Built with

  • 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

Running tests

To run a suite tests execute: npm test

Contributing

  • 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

API documentation

We use source code comments to add documentation. You can browse an HTML documentaion at /apidoc/index.html

About

A nodejs ( with ECMA Script 6) app to use GridFS (from MongoDB) as file-system, with nodejs 5.0 - ECMA Script 6

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published