Skip to content

💻The client side of a full-stack 🖲application for 💾storing files in ☁️cloud storage. 👨‍💻 User can create their own 🗄file structure, upload and delete 🗂files, 🔍search and sort files on the server, and much more📖. The client side is written in 📍ReactJS using 🔖Redux (Redux Toolkit) as state management. Server side of app you car see here: https://g…

Notifications You must be signed in to change notification settings

Algoritm211/file-drive-mern-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run app on your local machine

  1. Clone client-side of app on your computer from this repository
  2. Clone server-side of app on your computer from HERE (All instruction about server settings you can find also in README in server-side repository)
  3. Run npm install to install all libraries (dependencies) of project
  4. Go to src/assets/server-info.js and set base URL of server, where runs server-side of app, example: 'http://localhost:5000/'
  5. Run npm run dev to run app in development mode

About

💻The client side of a full-stack 🖲application for 💾storing files in ☁️cloud storage. 👨‍💻 User can create their own 🗄file structure, upload and delete 🗂files, 🔍search and sort files on the server, and much more📖. The client side is written in 📍ReactJS using 🔖Redux (Redux Toolkit) as state management. Server side of app you car see here: https://g…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published