Skip to content

akariwill/mangaverse

Repository files navigation

license fork stars

Preview MangaVerse

main

More Screenshots
Home page after you login
main
Profile Page
Detail Page

Read Page

Introduction

MangaVerse is an Manga,Manhwa,Manhua Reader website made possible by MangaVerse API build with NextJS and Tailwind with a sleek and modern design that offers MangaVerse integration to help you keep track of your favorite anime series. MangaVerse is entirely free and does not feature any ads, making it a great option for you who want an uninterrupted viewing experience.

Features

  • General
    • User-friendly interface
    • Free ad-supported Reading service
    • Mobile-responsive design
    • Next Auth Login
    • PWA Supported Features
  • Watch Page
    • Player
      • Skip op/ed button
    • Comment section
  • Profile page to see your watch list

For Local Development

  1. Clone this repository using :
git clone https://github.com/VernSG/MangaVerse.git
  1. Install package using npm :
npm install
  1. Create .env file in the root folder and put this inside the file :
DATABASE_URL="Using Provider MySQL Prisma"
NEXTAUTH_SECRET="Your Next Auth Secret"
  1. Generate Prisma :
npx prisma migrate dev
npx prisma generate

### NOTE
# If you get a vercel build error related to prisma that says prisma detected but no initialized just change the following line in package.json line number 8
"build": "next build" to > "build": "npx prisma migrate deploy && npx prisma generate && next build"
  1. Add this endpoint Rest API Anime Indo : Deploy your Rest API MangaVerse Using Vercel or other platform
https://{your-website-api-url}
  1. Start local server :
npm run dev

Credits

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Contact

Thank You for passing by!! If you have any questions or feedback, please reach out to us at contact@MangaVerse.xyz, or you can join our discord sever
or you can DM me on Discord panggilajasyris or Instagram thevoid.yamada. (just contact me on one of these account)

Support This Project

Star this project

Saweria

Trakteer Saya

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published