Manwha Checker is a program that checks for new manwha / manhua chapters on various websites.
Go version 1.15 or higher
npm package manager
Javascript
React
Material UI
Mongodb
First create your mongodb database making sure to name the collection "manwhas" and database "manwhadb", or alter the code in main.go. Then make sure to make your .env file is created with the correct Mongo URI.
Run npm install in the folder. Run main.go with vscode's launch.json or by running go run main.go. Then run the frontend by using the command npm start.