This file server project allows you to upload, download, and manage files. A complete personal cloud hosting solution.
- Upload files: Use the upload feature to add files to the server.
- Download files: Download files from the server to your local machine.
- File management: Organize and manage your files within the server.
Before you begin, make sure you have the following:
- Node.js installed on your machine.
- A web browser (Chrome, Firefox, etc.) to access the server.
-
Clone the repository to your local machine using the following command:
git clone https://github.com/drona-gaming/drona-cloud.git
-
Navigate to the project directory:
cd file-server
-
Install the project dependencies:
npm install
-
Start the server:
npm start
-
Open your web browser and go to http://localhost:3000 to access the file server.
-
Use the provided interface to upload, download, and manage files.
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Push your changes to your forked repository.
- Submit a pull request to the main repository.
This project is licensed under the MIT License.
If you have any questions or need assistance, feel free to open an issue in the GitHub repository.