Read Manga,Manwha,manhua online free, update fastest, most full, synthesized with high-quality images, with full English translation. all manga update daily.
- 🟩 Home page.
- 🟩 Logic to scrap comic from websites.
- 🟩 Basic Search.
- 🟩 Easy navigation with chapters.
- 🟥 Prefix Image before every chapter image.
- 🟥 Advance Search.
- 🟥 View counting system.
- 🟥 User Authentication.
- 🟥 Chat Box on every comic page.
These instructions should get you set up ready to work on Manganerdy 🙌
- Install
nvm
thennode
&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!
Create a .env
file inside client and server package folder.
NEXT_PUBLIC_serverURL
Backend url (e.g. http://localhost:8080)NEXT_PUBLIC_serverName
Backend domain name (e.g. localhost)
mongoURL
MongoDB urlclientURL
Frontend url (e.g. http://localhost:8080)user_name
Username for authenticationuser_passwrd
Password for authentication