Giter Site home page Giter Site logo

sumonta056 / grpc-consumer-producer-management-system Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 607 KB

Producer-Consumer Management System with gRPC for secure registration, login, profile management, and updates

Java 100.00%
grpc-java intelij maven mysql-database

grpc-consumer-producer-management-system's Introduction

๐Ÿ˜€gRPC-Consumer-Producer-Management-System

๐Ÿ˜ต Producer - Consumer Management System using gRPC

  • โœ๏ธ Step - 1 ; Registration and save at mysql data (encrypt password)
  • โœ๏ธ Step - 2 ; Login based on that
  • โœ๏ธ Step - 3 ; Set profile
  • โœ๏ธ Step - 4 ; Profile view
  • โœ๏ธ Step - 5 ; Update Profile

๐Ÿ˜ Preview Project

Step - 1 : Run "grpcProducer.java"

Screenshot 2023-10-16 233450

Step - 2 : Run "grpcConsumer.java"

Screenshot 2023-10-16 233508

Step - 3 : Type - 2 and Proced Registration Process

Screenshot 2023-10-16 233727

Screenshot 2023-10-16 233738

Registration Successful
Step - 4 : User Login

Screenshot 2023-10-16 233832

Login Sucessful and Menu Option
Step - 5 : Type - 1 for Showing User Profile

Screenshot 2023-10-16 233847

Step - 6 : Type - 2 for Updating User Profile

Screenshot 2023-10-16 233847

Sucessfully Updated User Profile

Database Schema

CREATE TABLE users (
    id INT AUTO_INCREMENT PRIMARY KEY,
    username VARCHAR(255) NOT NULL,
    password VARCHAR(255) NOT NULL,
    email VARCHAR(255) NOT NULL,
    bio TEXT,
    UNIQUE (username),
    UNIQUE (email)
);

grpc-consumer-producer-management-system's People

Contributors

sumonta056 avatar

Stargazers

Promi Mojumder avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.