RLAPI is the new RATELIMITED file hosting API, allowing for file uploading & handling in a fast and lightweight manner.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them
PHP 7.x
Apache/NGINX/A PHP Capable Webserver
Minio (Can be found on minio.io)
Postgres
Our sample Database File (Will be uploaded later on. Currently working on polishing our software :) )
Also, you'll need a brain!
Once you have installed all the prerequisites, clone this git repo to your working directory.
Import the database file into PostgreSQL and make sure to edit your token.
Currently, there is no configuration and everything is hardcoded, as such, please edit the files and the requirements accordingly with the file locations that you are going to have.
Once done, POST to the api with a file in the form files[].
Note: Do not forget to change your token in the database!
Testing is fairly simple, just POST to the API and voila!
Install, Test, Verify, done
- PHP - The web framework used
- Love - The secret ingredient
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We are committed to providing a secure service, and you can read SECURITY.md for more information as to how to report vulnerabilities and get rewarded for it.
- George Tsatsis - Initial work - gtsatsis
- Samuel Simão - Initial work - SamuelCSimao
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Every individual StackOverflow/StackExchange Network user whose code snippets were used. They are credited in the code comments.