Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mkaidev/mkaidev-belajar
Build a Course & LMS Platform: Next JS, React, Stripe, Mux, Prisma, Tailwind | Code with Antonio
https://github.com/mkaidev/mkaidev-belajar
Last synced: 8 days ago
JSON representation
Build a Course & LMS Platform: Next JS, React, Stripe, Mux, Prisma, Tailwind | Code with Antonio
- Host: GitHub
- URL: https://github.com/mkaidev/mkaidev-belajar
- Owner: mkaidev
- Created: 2024-08-26T16:42:59.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-29T20:07:46.000Z (4 months ago)
- Last Synced: 2024-08-29T22:25:46.885Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 463 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build a Course & LMS Platform: Next 14, React, Stripe, Mux, Prisma, Tailwind, Mongodb, Uploadthing | Code With Antonio
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.
---
## ⭐DO NOT FORGET TO STAR THIS REPO⭐
---
If you want to learn how to create it please follow below tutorial👇:
➡ Tutorial Link 💚: [Build a Course & LMS Platform: Next 13, React, Stripe, Mux, Prisma, Tailwind, MySQL | Udemy Clone](https://www.youtube.com/watch?v=Big_aFLmekI)## Environments
Before start, please make sure you create .env file on the root folder and input your own environment.
```bash
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=pk_test_
CLERK_SECRET_KEY=sk_test_NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in
NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-upDATABASE_URL="mongodb+srv://..."
UPLOADTHING_SECRET=sk_live_
UPLOADTHING_APP_ID=MUX_TOKEN_ID=
MUX_TOKEN_SECRET=STRIPE_API_KEY=sk_test_
STRIPE_WEBHOOK_SECRET=whsec_NEXT_PUBLIC_APP_URL=http://localhost:3000
NEXT_PUBLIC_TEACHER_ID=user_
```## Deploy on Vercel
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.