courselit
courselit copied to clipboard
Create/Sell courses and digital downloads and publish blogs on your own branded website. An open source alternative to Teachable, Thinkific, Podia and the likes.
This should be visible on `/courses` , Course banner and `/my-content`.
Everything under `/pages/api` should be moved to the app directory. We need to create route handlers equivalents to API routes.
## Features - Add to cart - Checkout cart - Without login via #458
## What needs to be done - Create the user based on email upon webhook receipt i.e. when the payment is confirmed.
Show a table of all records of purchase to the admins
Turns out, the favicon should be at `/favicon.ico` location on the root in order for it to be found by Google search.
The blog post should can be tagged The tags should be visible under the blog post The blog posts can be filtered via tag i.e. `/blog?tag=javascript`.
In the `toast` component from the `components-library`, use ShadCN's toast instead of Radix's. ## Changes The `AppMessage` should accept an optional parameter called `Description`. If it is provided, then the...