Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cleggacus/my-paste-bin

A simple pastebin webapp made with tRPC, Next.js and MongoDB.
https://github.com/cleggacus/my-paste-bin

mongodb nextjs pastebin prisma sass trpc typescript vercel

Last synced: about 1 month ago
JSON representation

A simple pastebin webapp made with tRPC, Next.js and MongoDB.

Awesome Lists containing this project

README

        


MY PASTE BIN


Super simple pastebin webapp made with tRPC, NextJS and MongoDB. Supports themes, live syntax highlighting and maybe more in the future.




Stars

 

 

Issues

 

LICENSE


Typescript
 
Typescript
 
Typescript
 
Typescript
 
Typescript
 
Typescript



View a demo of the site at pastebin.liamclegg.co.uk

[![thumbnail](https://i.imgur.com/E7hzBHu.png)](https://pastebin.liamclegg.co.uk/)


## Getting Started

### Installing dependencies

```bash
npm install
# or
yarn install
```

### Create .env file

Something like this

```env
DATABASE_URL"mongodb://127.0.0.1:27017/paste-bin"
APP_URL="http://localhost:3000"
```

### Running development server

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

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

## License

Released under [MIT](/LICENSE) by [@cleggacus](https://github.com/cleggacus).