Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arifzyn19/ar-cdn
This repository contains the source code for AR CDN, a simple file uploader expressJS.
https://github.com/arifzyn19/ar-cdn
cdn expressjs typescript upload-file
Last synced: about 1 month ago
JSON representation
This repository contains the source code for AR CDN, a simple file uploader expressJS.
- Host: GitHub
- URL: https://github.com/arifzyn19/ar-cdn
- Owner: Arifzyn19
- License: mit
- Created: 2024-09-15T12:28:40.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-07T07:57:36.000Z (about 1 month ago)
- Last Synced: 2024-10-14T14:09:39.740Z (about 1 month ago)
- Topics: cdn, expressjs, typescript, upload-file
- Language: CSS
- Homepage: https://cdn.arifzyn.tech
- Size: 169 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![-----------------------------------------------------](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/colored.png)](#table-of-contents)
AR CDN - Host File
### AR-CDN
AR CDN is a robust and flexible file upload service designed for handling various types of files, including images, videos, and audio. Built using TypeScript, this project emphasizes a clean directory structure and ease of use. With simple installation steps and a development server setup, users can quickly integrate file uploading functionality into their applications. The project also encourages community contributions, making it a collaborative effort to enhance and expand its capabilities.
## AR - CDN
AR CDN is a free source code for uploading files such as images, videos, and audio.
# Installation
1. Clone this repository and go to directory:
```bash
git clone https://github.com/Arifzyn19/AR-CDN
cd AR-CDN
```4. Install dependencies:
```bash
npm install
```5. Build:
```bash
npm run build
```## Usage
1. Start the development server:
```bash
npm start
```2. Access the application at http://localhost:3000
## Contributing
Contributions are welcome! If you'd like to contribute, please follow these steps:
1. Fork the repository.
2. Create a new branch (git checkout -b feature-branch).
3. Make your changes.
4. Commit your changes (git commit -m 'Add some feature').
5. Push to the branch (git push origin feature-branch).
6. Open a Pull Request.For more details, see the CONTRIBUTING.md file.
## Thanks To
- [`ClayzaAubert`](https://github.com/ClayzaAubert)
## License
This project is licensed under the MIT License - see the LICENSE file for details.