Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.