Boilerplate for Password Protected File Manager Apps with MERN. This app is a template that you can use to create your own application. It includes some common features like user authentication, creating files or projects within the app and allowing the user to share those files with other users.
- User can create an account by providing a unique username and a password.
- User can create new files.
- User can delete existing files
- User can share their existing files with other users
Click to watch demo on YouTube
- Execute the following commands:
npx create-file-manager-app APP-NAME
cd APP-NAME
npm install
- Update the .env file located in the app's root folder for your settings See create-file-manager-app for more details
- Clone this repository.
- Run npm install
- Create a .env file in the root folder and add the following variables:
AUTH_SECRET = YourSecretString
MONGODB_URI = YourMongoDBConnection
None - at this time.
Please email us for further questions at [email protected]
- Node
- React
- JavaScript
- Bootstrap
Direct link to site: https://siavash-file-manager.herokuapp.com/
Copyright(c) 2020 Siavash Ashkiani