DevVerify is an official project by Devrhylme that enables employees to verify their certificates using a unique code.
By entering the code, employees can view their verified details, including:
- Full name
- Position
- Designation
- Time of work
- LinkedIn profile
- GitHub ID
🌐 https://devverify.devrhylme.com
- Frontend: React, TypeScript, Vite
- Backend: Node.js, Express, TypeScript
- Database: MongoDB
- Other tools: Mongoose, Axios, React Router, TailwindCSS
✅ Verify employee certificates with a secure code
✅ Display employee details after successful verification
✅ Fast, responsive UI built with React + Vite
✅ Backend API built with Express and MongoDB
✅ Error handling and loading states for smooth UX

View verified employee details
git clone https://github.com/devrhylme/devverify.git
cd devverifycd frontend
npm install
npm install react-router-dom
npm install next-themes
npm run devFrontend will run at http://localhost:5173.
cd backend
npm install
npm run devBackend will run at http://localhost:5000.
Make sure MongoDB is running locally or update the MongoDB connection string in backend/.env.
Create a .env file in the backend directory:
MONGO_URI=mongodb://localhost:27017/devverify
PORT=5000
devverify/
├── frontend/ → React + TypeScript + Vite
├── backend/ → Node.js + Express + TypeScript
├── README.md
- Devrhylme Team
This project is licensed under the MIT License.
For questions or support, contact us at [email protected].
---
✅ If you want, I can also help you prepare:
- `.gitignore`
- `package.json`
- `.env.example`
- or even the **Contributing Guidelines** section.
Would you like me to help draft any of those? Let me know!
