An open API service indexing awesome lists of open source software.

https://github.com/diwashbhattarai999/gov-certify

GovCertify Portal: An online certificate registration platform developed for e-governance projects, streamlining the process of certificate issuance and registration for citizens.
https://github.com/diwashbhattarai999/gov-certify

Last synced: 3 months ago
JSON representation

GovCertify Portal: An online certificate registration platform developed for e-governance projects, streamlining the process of certificate issuance and registration for citizens.

Awesome Lists containing this project

README

        

# Gov Certify

👋 Welcome to GovCertify Portal! This platform is an online certificate registration system developed for the e-governance subject project. It aims to simplify and streamline the process of certificate registration and issuance for citizens.

## Features

- 🔒 **User Authentication**: Secure login and registration system for users.
- 📄 **Certificate Application**: User-friendly form for applying for government-issued certificates.
- 📝 **Document Verification**: System for government officials to verify uploaded documents and process applications.
- 🚀 **Application Tracking**: Allows users to track the status of their certificate applications.
- 📧 **Notifications**: Email notifications to keep users informed about application status.
- ❓ **FAQs and Support**: Comprehensive FAQs and support channels to assist users with queries.

## Technologies Used

- **Next.js**: A powerful React framework tailored for crafting server-side rendered web applications, offering enhanced performance and scalability.
- **TypeScript**: A robust superset of JavaScript, renowned for its static typing and improved developer productivity.
- **Prisma**: A cutting-edge database toolkit meticulously designed for TypeScript and Node.js environments, streamlining database interactions with an intuitive and modern approach.
- **Tailwind CSS**: An innovative utility-first CSS framework, engineered to expedite custom design creation by providing a comprehensive set of pre-defined styles and utilities.
- **MongoDB**: A leading NoSQL database management system, prized for its flexibility and scalability, ideal for handling diverse and large-scale data requirements with efficiency and ease.

## Installation

1. Clone the repository:

```bash
git clone https://github.com/diwashbhattarai999/Gov-Certify.git

```

2. Install dependencies:

```bash
pnpm install
```

3. Generate prisma:

```bash
npx prisma generate
```

4. Start the server:

```bash
# if running dev server
pnpm dev

# if running prod server
pnpm build
pnpm start
```

## Contributing

Contributions are welcome! If you'd like to contribute to the project, please fork the repository and submit a pull request with your changes.

## License

This project is licensed under the [MIT License](LICENSE).

## Authors

- [Diwash Bhattarai](https://github.com/author) - FullStack Developer
- [Pravakar Rijal](https://github.com/author) - FrontEnd Developer
- [Prakash Pandey](https://github.com/author) - UI/UX Designer
- [Manish Dhungana](https://github.com/author) - Project Manager

## Images

![LoginPage](https://github.com/diwashbhattarai999/Gov-Certify/assets/87477700/5ff4293d-583d-44bd-aca8-16c9866fdfc7)
![RegisterPage](https://github.com/diwashbhattarai999/Gov-Certify/assets/87477700/d8296674-6180-4803-83f6-83ca45f2541f)

![HomePage](https://github.com/diwashbhattarai999/Gov-Certify/assets/87477700/473a4a15-b983-4f12-865b-22e3a58a962d)
![AboutPage](https://github.com/diwashbhattarai999/Gov-Certify/assets/87477700/cf896c21-16f3-4304-ab4f-b9ee7c41d70d)
![ContactUsPage](https://github.com/diwashbhattarai999/Gov-Certify/assets/87477700/088e071b-ad20-4abf-9da0-4018720260b2)
![FAQPage](https://github.com/diwashbhattarai999/Gov-Certify/assets/87477700/fab7635c-652d-43a1-945f-2d0cf0d5c6bf)

![YourCertificatesPage](https://github.com/diwashbhattarai999/Gov-Certify/assets/87477700/1ce045ad-9bf0-4cd8-b647-2b8ef23c643a)
![YourCertificateDetailsPage](https://github.com/diwashbhattarai999/Gov-Certify/assets/87477700/c8ebef9a-87cd-4062-a289-96419ea8889a)

![BirthCertificate-DetailsPage](https://github.com/diwashbhattarai999/Gov-Certify/assets/87477700/a2353152-02f1-4848-8c2e-d6d362c61e0b)
![BirthCertificate-RequesterDetailsPage](https://github.com/diwashbhattarai999/Gov-Certify/assets/87477700/9657e2df-67bc-4123-91ef-720096d55472)
![BirthCertificate-DeliveryDetailsPage](https://github.com/diwashbhattarai999/Gov-Certify/assets/87477700/b8f56d02-8d1f-403c-ba7e-1c3448f766c8)
![BirthCertificate-SummaryPage](https://github.com/diwashbhattarai999/Gov-Certify/assets/87477700/239bff58-148c-4d25-8824-83f60bed3387)
![BirthCertificate-ConfirmationPage](https://github.com/diwashbhattarai999/Gov-Certify/assets/87477700/f5bf6b8a-f0fc-45d8-bfff-f54459a7e757)
![BirthCertificate-SuccessPage](https://github.com/diwashbhattarai999/Gov-Certify/assets/87477700/cdbfbf38-efcd-4ce6-ace9-54b0ab08b6ac)

![Admin-DashboardPage](https://github.com/diwashbhattarai999/Gov-Certify/assets/87477700/bcbdaf63-2cf5-4f06-a199-e71d32ee1cdf)
![Admin-AppliedCertificatesPage](https://github.com/diwashbhattarai999/Gov-Certify/assets/87477700/6857737a-7c1f-4f50-993b-b0784412f2ee)
![Admin-AllUsersPage](https://github.com/diwashbhattarai999/Gov-Certify/assets/87477700/41adc26f-69c9-4e2d-9610-3a665d53caac)