A platform for writers to share their articles (markdown supported) and read articles from other writers. This project mainly uses NextJS, TailwindCSS, Typescript, Prisma and Redis.
git clone https://github.com/0x0n0m4d/medium-clone
cd medium-clone
yarn
RESEND_API_KEY=
DATABASE_URL="postgresql://postgres:randompassword@postgres:5432/postgres?schema=public"
NEXT_PUBLIC_URL=http://localhost:8080
docker-compose up -d