Skip to content

API Home

Romain Francois edited this page Dec 19, 2016 · 4 revisions

Introduction

The Quickshare API is a RESTful API. You can find more information here: REST Principle.
We use Node.js and Express to serve the API and some libraries to help us. The datas are handled by MongoDB (using mongoose).
In this part, all the different features and files are explained and commented to make it more understandable.


Navigation

You can choose directly via the menu on the right or click on the links below:

Note: Each page describes a specific file or feature. to see the entire project please refer to the concerning files available in the GIT project.

Clone this wiki locally