/file-manager-in-React-backend

Build a File Manager in React - BackEnd

Primary LanguageJavaScript

File Manager Backend Tutorial

This is a simple Node.js Express project.

Requirements

  • Node.js (version 18 or higher)

  • npm (Node Package Manager)

Setup

1- Clone the repository to your local machine.

2- Install the dependencies using npm:

npm install

Running the Project

To start the server, run the following command:

npm run dev

The server will run on port 3000.