Skip to content

A forum website for anime fans, built with Next.js, utilizing the Jikan API, deployed on cpanel.

Notifications You must be signed in to change notification settings

aimanyusufw/nextjs-anime-tv

Repository files navigation

Next.js Project Starter

Welcome to this Next.js project! This project was bootstrapped with create-next-app.

Getting Started

Installation

First, install the dependencies using your preferred package manager:

npm install
# or
yarn install
# or
pnpm install
# or
bun install

Configuration

Copy the .env.example file to .env:

cp .env.example .env

Open the .env file and configure your environment variables:

NEXT_EXAMPLE_ENV=EXAMPLE

Database Migration

Migrate your Prisma database to the latest state:

npx prisma migrate dev
# or
yarn prisma migrate dev
# or
pnpm prisma migrate dev
# or
bun prisma migrate dev

Run the Development Server

Start the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Happy Coding! 🚀

About

A forum website for anime fans, built with Next.js, utilizing the Jikan API, deployed on cpanel.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published