Skip to content
GitHubStars: 01 views

holbertonschool-files_manager

final project 2 quarter of holbertonschool

0x15. Files manager

Background context

This project is a summary of this back-end trimester: authentication, NodeJS, MongoDB, Redis, pagination and background processing.

The objective is to build a simple platform to upload and view files:

  • User authentication via a token
  • List all files
  • Upload a new file
  • Change permission of a file
  • View a file
  • Generate thumbnails for images

Resources