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

https://github.com/tushgaurav/cclick

A text snippet sharing platform with link shortening and tracking capabilities.
https://github.com/tushgaurav/cclick

link-shortener nextjs pastebin-service sharing-platform

Last synced: 3 months ago
JSON representation

A text snippet sharing platform with link shortening and tracking capabilities.

Awesome Lists containing this project

README

          

![](public/logo.svg)

# cclick - Store and share your text snippets

![](public/misc/homepage.png)

### Features

- Store and share your text and code snippets with anyone.
- Shorten long links with Link Shortner.
- Track number of views on your pastes and links.

### Getting Started

Clone this repository to your local machine:

```
git clone https://github.com/tushgaurav/cclick.click
cd cclick.click
```

Make a .env file inside the root directory with the following values:

```
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=
DATABASE_URL=
```

Then, run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see your local cclick.click instance.