Files
explainegy-nextjs/README.md
2023-07-23 00:47:00 +02:00

343 B

Explainegy

Markdown-based tutorials and articles webapp, built using Docker, NextJS & Prisma

Getting Started

  1. Create a .env file in the root directory and add the following variables:
DATABASE_URL="postgresql://postgres:postgres@localhost:5432/postgres?schema=explainegy"
docker compose up -d
npm run dev