Welcome to the repository of an evolving project crafted with passion and powered by a custom-built Node.js module engineered entirely from scratch.
This isn’t just another app — it’s a preview of something unique, scalable, and built with intention.
This project is in active development and currently relies on a private Node.js core module authored exclusively by me.
Since the module is not yet production-ready or publicly released, local execution is not available at this time.
- Frontend: React
- Backend: Node.js + Express
- Database: MySQL
- Core Engine: Custom private Node.js module
Experience the live output here:
👉 http://login.sherin.fun
The latest build is always deployed and updated as development progresses.
🔐 Sensitive values masked for security. The real config is private.


{ "Local": { "MULTI_TENANT_DEPLOYMENT": "no", "DB_TYPE": ["mysql"], "MYSQLDB_HOST": "xxx.xxx.xxx.xxx", "MYSQLDB_NAME": "your_database_name", "MYSQLDB_USER": "your_username", "MYSQLDB_PASSWORD": "your_password", "APPLICATION_PORT_NUMBER": 3010, "SSL_CONNECTION": "no", "JWT_TOKEN": "no", "JWT_SECRET": "your_jwt_secret", "NO_TOKEN_APIS": ["login"], "REQUST_PARAMS_FROM_TOKEN": ["userid"], "TOKEN_EXPIRY": { "W": 20, "M": 20, "T": 20, "S": 20 }, "DIST_FOLDER_NAME": "build" } }