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

https://github.com/mhmdsami/shadcn-prisma-stack

My 2023 TechStack: remix, shadcn/ui, tailwindcss, MongoDB, Prisma, TypeScript and more good stuff!
https://github.com/mhmdsami/shadcn-prisma-stack

mongodb prisma remix-run remix-stack shadcn-ui tailwindcss typescript

Last synced: 3 months ago
JSON representation

My 2023 TechStack: remix, shadcn/ui, tailwindcss, MongoDB, Prisma, TypeScript and more good stuff!

Awesome Lists containing this project

README

        

# shadcn-prisma-stack

Remix starter with shadcn/ui, Prisma, MongoDB, and TypeScript.

![shadcn-primsa-stack](https://github.com/mhmdsami/shadcn-prisma-stack/assets/78439283/876b3d86-f442-4707-abc8-47ee47742ba2)

## Using the template

- Create a remix app with this template

```
pnpm dlx create-remix@latest --template mhmdsami/shadcn-prisma-stack
```

- Generate Prisma client

```
pnpm db:generate
```

## Tech Stack

- [Remix](https://remix.run/)
- [shadcn/ui](https://ui.shadcn.com/)
- [TailwindCSS](https://tailwindcss.com/)
- [Prisma](https://www.prisma.io/)
- [MongoDB](https://www.mongodb.com/)
- [react-hot-toast](https://react-hot-toast.com/)
- [TypeScript](https://www.typescriptlang.org/)