Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devenock/lcluster
LCluster gives access to unlimited libraries and resources to help you ship your products faster.
https://github.com/devenock/lcluster
mongodb nextauthjs nextjs14 prisma tailwindcss
Last synced: 6 days ago
JSON representation
LCluster gives access to unlimited libraries and resources to help you ship your products faster.
- Host: GitHub
- URL: https://github.com/devenock/lcluster
- Owner: devenock
- License: mit
- Created: 2024-03-13T06:25:11.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-10-28T19:03:19.000Z (about 2 months ago)
- Last Synced: 2024-12-10T20:40:29.796Z (14 days ago)
- Topics: mongodb, nextauthjs, nextjs14, prisma, tailwindcss
- Language: TypeScript
- Homepage: https://code-crony.vercel.app
- Size: 1.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
LCluster gives access to unlimited libraries and resources to help you ship your products faster.
Introduction ·
Tech Stack ·
Implementation ·
Contributions
## Intro
LCluster gives access to unlimited libraries and resources to help you ship your products faster.
### Our Tech Stack- [Next.js](https://nextjs.org/) – framework
- [Tailwind](https://tailwindcss.com/) – CSS
- [Prisma](https://www.prisma.io/) – ORM
- [NextAuth.js](https://next-auth.js.org/) – Authentication
- [MongoDB](https://www.mongodb.com/) – database
- [Vercel](https://vercel.com/) – hosting### Implementation
- LCluster built using [NextJs](https://nextjs.org) v14 from scratch.
- [NextAuth.js](https://next-auth.js.org/) – Authentication for NextJS
- [Prisma ORM](https://www.prisma.io/) Open source Node.js and TypeScript ORM with an intuitive data model, automated migrations, type-safety, and auto-completion.
- [MongoDB](https://www.mongodb.com/) is an open-source NoSQL database, the data is stored and retrieved using Prisma ORM.
- [LemonSqueezy](https://lemonsqueezy.com/) is used as the payment system. Its implementation is super simple.### Run Locally
Clone the project
```bash
git clone [email protected]:Trend20/Lcluster.git
```
Go to the project directory
```bash
cd Lcluster
```
Install dependencies
```bash
yarn
```
Start the server
```bash
yarn dev
```
### Contributions
Here's how you can contribute:
- [Open an issue](https://github.com/Trend20/Lcluster/issues) incase of any bug.
- Create a [pull request](https://github.com/Trend20/Lcluster/pulls) to make your contributions visible.### Author
- Enock Omondi ([@dev_enock](https://x.com/dev_enock))
### License
Find it [here](https://github.com/Trend20/Lcluster/blob/main/LICENSE).