Manganerdy
manganerdy is a fun online website where you can read latest and your favorite comics.
Install / Use
/learn @vaibhav-OP/ManganerdyREADME
<div align="center">
<img src="packages/client/public/logo.png" height="120"/>
<h1>
<a href="https://manganerdy.com" target="_blank">Manganerdy</a>
</h1>
<p>Read Manga,Manwha,manhua online free, update fastest, most full, synthesized with high-quality images, with full English translation. all manga update daily.</p>
</div>
🛠️ Features
Added
- 🟩 Home page.
- 🟩 Logic to scrap comic from websites.
- 🟩 Basic Search.
- 🟩 Easy navigation with chapters.
To be added-
- 🟥 Prefix Image before every chapter image.
- 🟥 Advance Search.
- 🟥 View counting system.
- 🟥 User Authentication.
- 🟥 Chat Box on every comic page.
🏘️ Local Development
These instructions should get you set up ready to work on Manganerdy 🙌
Getting Started
- Install
nvmthennode&npm:brew install nvm && nvm install - Install
watchman:brew install watchman - Install dependencies:
npm install
You can use any IDE or code editing tool for developing on any platform. Use your favorite!
Environment variables
Create a .env file inside client and server package folder.
Client
NEXT_PUBLIC_serverURLBackend url (e.g. http://localhost:8080)NEXT_PUBLIC_serverNameBackend domain name (e.g. localhost)
Server
mongoURLMongoDB urlclientURLFrontend url (e.g. http://localhost:8080)user_nameUsername for authenticationuser_passwrdPassword for authentication
