Skip to content

Dropbox clone created using Node.js for CRUD operations

Notifications You must be signed in to change notification settings

s18v/dropbox-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dropbox-clone

This is a basic Dropbox clone to sync files across multiple remote folders.

Features

  • GET requests to get file or directory contents
  • HEAD request to get just the GET headers
  • PUT requests to create new directories and files with content
  • POST requests to update the contents of a file
  • DELETE requests to delete files and folders
  • Server will serve from --dir or cwd as root
  • Client will sync from server over TCP to cwd or CLI dir argument

Video Walkthrough

About

Dropbox clone created using Node.js for CRUD operations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published