Digi Card is a digital visiting card system developed using Apache NetBeans and MySQL. It provides a simple yet efficient platform for creating, storing, and managing digital visiting cards.
Users can create their digital visiting cards by providing necessary details like name, contact information, profession, etc.
Capability to store scanned visiting cards in the system for future reference.
Users have access to a dynamic profile page where they can view and update their digital card details.
Static profile pages for each user to showcase their digital visiting card publicly.
One of the prominent features is the QR code generation. This feature enables users to generate QR codes for their digital visiting cards without using an API. Emphasis has been placed on implementing this feature using in-built functionalities.
Secure authentication system allowing users to sign up for new accounts and log in to access and manage their digital cards.
- Apache NetBeans: Integrated Development Environment (IDE) for Java development.
- MySQL: Database management system for storing user information and card details.
- Java: Programming language used for backend logic.
- HTML, CSS: Frontend languages for creating minimalistic user interfaces.
- QR Code Generation (without using an API): Implementing QR code generation using in-built functionalities.
- Apache NetBeans installed on your system.
- MySQL database configured and running.
- Clone this repository.
- Import the project into Apache NetBeans.
- Set up the MySQL database as per the instructions provided in the 'database-setup' folder.
- Configure the database connection in the project.
- Run the application.
- Upon running the application, navigate through the UI to access different features.
- Create, view, update, and manage your digital visiting cards.
- Explore the QR code generation feature and its implementation without using an API.
- Anshi Tiwari
- Email: [email protected]
- Sadneya Samant
- Email: [email protected]
- Shejal Tiwari
- Email: [email protected]
- Akanksha Shinde
- Email: [email protected]
- For QR code generation, we used this repo as reference:
- https://github.com/Gaurang18/QR-Code-Generator.git