Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pyr33x/lollipop
- Owner: Pyr33x
- License: mit
- Created: 2024-12-05T07:16:07.000Z (29 days ago)
- Default Branch: main
- Last Pushed: 2024-12-14T22:20:02.000Z (19 days ago)
- Last Synced: 2024-12-28T18:03:44.723Z (5 days ago)
- Topics: next, nextjs, react, typescript, uploader, uploadthing
- Language: TypeScript
- Homepage: https://lollipop.pyr33x.ir
- Size: 687 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)