sukjuhong / 1am

쉽고 간편한 팟캐스트 호스팅 플랫폼

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

1am

About this project

쉽고 간단한 팟캐스트 호스팅 플랫폼.

Warning

해당 프로젝트는 현재 제작 중입니다. 프로젝트는 공개한 상태로 제작될 예정이지만 언제든 private으로 전환될 수 있습니다.

Features

1인 개발 중이기 때문에 핫한 next.js로 제작중입니다.

  • Written in Typescript
  • Using App Router (/app)
  • Not using Server Action, just Route Handlers (/app/api)
  • Authentication using NextAuth.js
  • ORM using Prisma
  • Styled using Tailwind CSS
  • Using designed components belong to shadcn/ui

Running Locally

  1. 의존 패키지 설치하기
npm install
  1. 제대로 동작하기 위해선 .env가 필요합니다. .env.example을 복사한뒤 값을 수정하시길 바랍니다.
cp .env.example .env
  1. development server 실행하기
npm run dev

License

MIT license

About

쉽고 간편한 팟캐스트 호스팅 플랫폼

License:MIT License


Languages

Language:TypeScript 92.9%Language:JavaScript 4.4%Language:CSS 2.8%