Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/viclafouch/memes-by-lafouch
All my memes in one place (Nextjs with Server actions, RSC, Prisma, Algolia...)
https://github.com/viclafouch/memes-by-lafouch
algolia cloudinary memes next nextui prisma react tailwind uploadthing
Last synced: 21 days ago
JSON representation
All my memes in one place (Nextjs with Server actions, RSC, Prisma, Algolia...)
- Host: GitHub
- URL: https://github.com/viclafouch/memes-by-lafouch
- Owner: viclafouch
- Created: 2024-03-27T11:53:11.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-12T15:10:41.000Z (8 months ago)
- Last Synced: 2024-04-12T17:16:05.389Z (8 months ago)
- Topics: algolia, cloudinary, memes, next, nextui, prisma, react, tailwind, uploadthing
- Language: TypeScript
- Homepage: https://memes-by-lafouch.vercel.app
- Size: 256 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Memes in 1 place 😎
[meme](https://github.com/viclafouch/memes-by-lafouch/assets/23353836/c57cfe73-af79-41ab-b462-98cbf6b6a35b)
### What I use 🚀
- [NextJs](https://nextjs.org/) - Framework JS.
- [UploadThing](https://uploadthing.com/) - File management.
- [Next UI](https://nextui.org/) - UI Components.
- [Algolia](https://www.algolia.com/) - Search engine.
- [Tailwind](https://tailwindcss.com/) - Utility first CSS framework.
- [Next-auth](https://next-auth.js.org/) - Authentication for Next.js.
- [Prisma](https://www.prisma.io/) - Database ORM.### Some details
* Server components.
* New hooks `React.use` or `React.useTransition`..
* Server actions.
* Instant Search Params with RSC.### Run In local
1. First, include all environnment variables in a `.env` file at the root by following the `.env.example` file.
2. `npm install`
3. `npm run dev`
4. Be care, we use the same DB in development and production.