Git Product home page Git Product logo

full-stack-hiring-challenge-2018's Introduction

Assignment-2018: Instructions

Implement a virtual "File manager" using NodeJs. This should be a webapp.

You can proceed in following steps:-

  1. Designing a data structure for storing file/folder metadata (hierarchy of files/folder).
  2. Use a database to store it. (can store in file too)
  3. Now create a /browse API this receives a query parameter as path and based on that you can able to explore the file system.
  4. Create a /create API that receives parameters as path, content, type(file or folder).
  5. Similarly create and API endpoint for /delete.
  6. Organise above in a way that it feels like a proper file-manager. (like adding a dialogue for creating a file/folder etc.)

Bonus:

  1. Create /update API endpoint.
  2. Integrate the Update API above properly in UI flow.

Note

You should be able to browse through all files using /browse. The files hierarchy can be like;

newdocs/
├── client-dashboard.md
└── pages
    ├── auth
    │   └── oauth.md
    └── auth.md

Fork this assignment, put your code on github then submit.

full-stack-hiring-challenge-2018's People

Contributors

peeyu321 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.