Code Monkey home page Code Monkey logo

alx-files_manager's Introduction

ALX Short Specializations

ALX Files Manager


0x04. Files manager


  • 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
  • You will be guided step by step for building it, but you have some freedoms of implementation, split in more files etc… (utils folder will be your friend)
  • Of course, this kind of service already exists in the real life - it’s a learning purpose to assemble each piece and build a full product.
  • Enjoy!

utils/redis.js

  1. Redis utils

utils/db.js

  1. MongoDB utils

server.js, routes/index.js, controllers/AppController.js

  1. First API

utils/, routes/index.js, controllers/UsersController.js

  1. Create a new user

utils/, routes/index.js, controllers/UsersController.js, controllers/AuthController.js

  1. Authenticate a user

utils/, routes/index.js, controllers/FilesController.js

  1. First file

utils/, routes/index.js, controllers/FilesController.js

  1. Get and list file

utils/, routes/index.js, controllers/FilesController.js

  1. File publish/unpublish

utils/, routes/index.js, controllers/FilesController.js

  1. File data

utils/, controllers/FilesController.js, worker.js

  1. Image Thumbnails

tests/

  1. Tests!

utils/, worker.js, controllers/UsersController.js

  1. New user - welcome email

alx-files_manager's People

Contributors

domodan avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.