https://github.com/sherbieny/aws_s3_filemanager
A Nodejs application for AWS S3 file manager with sorting capabilities
https://github.com/sherbieny/aws_s3_filemanager
aws-sdk bootstrap5 nodejs s3 sortablejs
Last synced: about 1 month ago
JSON representation
A Nodejs application for AWS S3 file manager with sorting capabilities
- Host: GitHub
- URL: https://github.com/sherbieny/aws_s3_filemanager
- Owner: Sherbieny
- Created: 2024-06-08T16:06:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-08T16:14:18.000Z (over 1 year ago)
- Last Synced: 2025-01-26T07:43:28.634Z (about 1 year ago)
- Topics: aws-sdk, bootstrap5, nodejs, s3, sortablejs
- Language: JavaScript
- Homepage:
- Size: 128 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nodejs AWS S3 File manager with sorting capabilities
This is a simple Nodejs application that allows you to manage files in an AWS S3 bucket. It allows you to show folders and files in a bucket, create folders, upload files, and delete files. It also allows you to sort files by dragging and dropping them.

## Installation
1. Clone the repository
2. Run `npm install`
3. Copy/Rename the `.env.tmp` file to `.env` and fill in the required values
4. Run `npm start`
## Usage
The application will be running on `http://localhost:3000`. You can access the application by visiting this URL.
## Tools used
- Nodejs
- Express
- AWS SDK
- VSCode
- Github Copilot
- Sortablejs