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 is a free source code for uploading files such as images, videos, and audio.
- Clone this repository and go to directory:
git clone https://github.com/Arifzyn19/AR-CDN
cd AR-CDN
- Install dependencies:
npm install
- Build:
npm run build
- Start the development server:
npm start
- Access the application at http://localhost:3000
Contributions are welcome! If you'd like to contribute, please follow these steps:
- Fork the repository.
- Create a new branch (git checkout -b feature-branch).
- Make your changes.
- Commit your changes (git commit -m 'Add some feature').
- Push to the branch (git push origin feature-branch).
- Open a Pull Request.
For more details, see the CONTRIBUTING.md file.
This project is licensed under the MIT License - see the LICENSE file for details.