[go: up one dir, main page]

Skip to content

Raplinime is a catalog website for anime fans, allowing users to keep track of their favorite series.

Notifications You must be signed in to change notification settings

Raplici/raplinime

Repository files navigation

Raplinime

Raplinime is a catalog website for anime fans, allowing users to keep track of their favorite series.

Tech Stack

Next.js, Prisma, Auth.js, Tailwind CSS, Resend Email

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

NEXT_PUBLIC_API_BASE_URL=https://api.jikan.moe/v4

NEXT_PUBLIC_APP_URL="http://localhost:3000"

NEXTAUTH_SECRET=

GITHUB_CLIENT_ID=

GITHUB_SECRET_SECRET=

GOOGLE_CLIENT_ID=

GOOGLE_CLIENT_SECRET=

DATABASE_URL=

DIRECT_URL=

RESEND_API_KEY=

Run Locally

  1. Clone the project
  git clone https://github.com/rafliferdian/raplinime.git
  1. add an .env file with the following environment variables

  2. Install dependencies

  npm install
  1. Generating Prisma Client
  npx prisma generate
  1. Start the server
  npm run dev

About

Raplinime is a catalog website for anime fans, allowing users to keep track of their favorite series.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published