Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pyr33x/lollipop

🍭 A full-stack uploader app built in Next.js
https://github.com/pyr33x/lollipop

next nextjs react typescript uploader uploadthing

Last synced: 5 days ago
JSON representation

🍭 A full-stack uploader app built in Next.js

Awesome Lists containing this project

README

        

# Lollipop

🍭 A full-stack uploader app built in Next.js

## Local Development

```bash
bun install
```

rename `.env.example` to `.env` and fill in the values.

```bash
bun run dev
```

## Stack

- [Next.js](https://nextjs.org/)
- [Tailwind CSS](https://tailwindcss.com/)
- [TypeScript](https://www.typescriptlang.org/)
- [UploadThing](https://github.com/uploadthing/uploadthing)
- [Vercel](https://vercel.com/)
- [Drizzle](https://www.drizzle.team/)
- [Neon](https://neon.tech/)
- [Authjs](https://authjs.dev/)
- [Shadcn](https://ui.shadcn.com)