/alx-files_manager

A file manager API created in Node.js & Express.js to demonstrate the utility of all the lessons learned in the course of the last trimester of the ALX Software Engineering Program - Backend Specialization.

Primary LanguageJavaScript

ALX Files Manager (Semifinal project)

Helpful Notes:

  • We worked with version 2.8.0 of the node_redis Node.js client package which implemented many of it's methods using the callback A.P.I as opposed to the easy-to-use async/await syntax embraced by the latest version which is 4.6.11. The link to the documentation for this specific version can be found Here.

  • Note: Eslint are for jest test, but we are using mocha