Skip to content

alight659/ClipBin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClipBin

The Simplest way of sharing code or anything that is text.

Features

  • Dark mode
  • Anonymous
  • Password Protected Bins
  • Full CRUD Support
  • File Upload Support
  • Login/Sign-Up Features
  • Dashboard Features
  • Many more Coming SOON!

Tech Stack

Client: HTML, JavaScript, TailwindCSS

Server: Python, Flask, Jinja, SQLite3

Run Locally

Clone the project

  git clone https://github.com/alight659/ClipBin

Go to the project directory

  cd ClipBin

Install dependencies

  pip3 install -r requirements.txt

Start the server

  python3 app.py

To enable debugging mode, edit app.py

  app.run(debug=True)

Support

For support, email at aanis@clipb.in

Authors