Klodovsky / DraftBin

DraftBin is a website similar to Pastebin where you can store code/text online for a set period of time and share it with anybody on earth.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DraftBin

DraftBin is a website inspired by PasteBin where you can store code/text online for a set period of time and share to anybody around the world.

DraftBin_home

View Demo · Report Bug · Request Feature




Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing
  5. License
  6. Contact
  7. Acknowledgements

Features :

  • Privacy options
  • Expiration options
  • Destroy after reading
  • Password protection (server-side hashed)
  • User dashboard
  • Raw paste viewing
  • Captcha protection (antibots)

Built With

Getting Started

First of all, you need to install php, composer and a database server.

Installation

  1. Clone the repo
    git clone https://github.com/Klodovsky/DraftBin.git
  2. Install Composer
php composer install
  1. Rename .env.example to .env and fill it with your database details then run :
    php artisan key:generate
  2. Run migrations
  php artisan migrate
  1. Start the developement server :
    php artisan serve

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Your Name - @Klodovsky - khaled.benhassen[at]polytechnicien.tn

Project Link: https://github.com/Klodovsky/DraftBin

Acknowledgements

TO-DO

  • Update captcha to v3

About

DraftBin is a website similar to Pastebin where you can store code/text online for a set period of time and share it with anybody on earth.


Languages

Language:PHP 64.3%Language:Blade 34.1%Language:JavaScript 0.7%Language:Shell 0.4%Language:Vue 0.4%