Skip to content

piyushsi/g_drive

Repository files navigation

G_Drive implementation

Quick Start

Install dependencies:

$ npm install

Start the server:

$ npm start

View the website at: http://localhost:3000

API endpoints

Size a folder: required params: id

post: /api/v1/size

Search by filename: required params: name

post: /api/v1/search

Search by filename: required params: name

post: /api/v1/search

Search for files with name “File1” and format = PNG: required params: name,format

post: /api/v1/find

Get list of all files reverse sorted by date:

get: /api/v1/sort

About

G Drive Basic Implementation using MERN Stack.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages