Skip to content

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

Notifications You must be signed in to change notification settings

DEVRhylme-Foundation/new-DevVerify

Repository files navigation

DevVerify

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

🚀 Live Demo

🌐 https://devverify.devrhylme.com


🛠️ Tech Stack

  • Frontend: React, TypeScript, Vite
  • Backend: Node.js, Express, TypeScript
  • Database: MongoDB
  • Other tools: Mongoose, Axios, React Router, TailwindCSS

✨ Features

✅ 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


📸 Screenshots

Certificate Verification Screen
Enter certificate code

Employee Details Screen
View verified employee details


📦 Installation

Clone the repository

git clone https://github.com/devrhylme/devverify.git
cd devverify

Frontend Setup

cd frontend
npm install
npm install react-router-dom
npm install next-themes

npm run dev

Frontend will run at http://localhost:5173.


Backend Setup

cd backend
npm install
npm run dev

Backend will run at http://localhost:5000.

Make sure MongoDB is running locally or update the MongoDB connection string in backend/.env.


⚙️ Environment Variables

Create a .env file in the backend directory:

MONGO_URI=mongodb://localhost:27017/devverify
PORT=5000

📂 Project Structure

devverify/
├── frontend/  → React + TypeScript + Vite
├── backend/   → Node.js + Express + TypeScript
├── README.md

👥 Contributors

  • Devrhylme Team

📄 License

This project is licensed under the MIT License.


💬 Contact

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!

About

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

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published