Giter VIP home page Giter VIP logo

swapnilbamble1438 / contactmanager Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 3.14 MB

Java Springboot Application - ContactManager, Users can manage their contacts by adding, deleting, updating contacts

Java 44.23% CSS 2.13% JavaScript 6.82% HTML 46.82%
contact-management contact-management-system contact-manager contact-manager-api contactmanager contactmanagerapp spring-boot springboot-webapplication springbootproject

contactmanager's Introduction

ContactManager

It is SpringBoot Project with Thymeleaf Frontend. Build in Spring Tool Suite.

It is a Contact Management Application.

Application Features:

  • Users can manage their contacts
  • Users can Add, Delete, Update their contacts.
  • Also added forgot password option which uses integrated mail api to send the OTP to the users Email Id (Users who forgotted their password) for resetting the password.
  • Added Payment method using Razorpay Payment Integration.

Technology used in this Project:

  • i) Thymeleaf,CSS : designing page layout.
  • ii) Java : all the logic has been written in java.
  • iii) MySQL: MySQL database has been used as database.
  • iv) SpringSecurity: SpringSecurity has been used for authentication.
  • v) Hibernate: Hibernate ORM is used.
  • vi) Email API: Email API is also used for sending OTP to the users who forgotted their password.

Software And Tools Required:

  • Java JDK 8+
  • Eclipse EE or Spring Tool Suite
  • MySQL

Steps To Import And Run The Project in Eclipse EE

  • In Eclipse or Spring Tool Suite

  • Click on File

  • Select Import

  • Select Projects from Git(with smart import) -> Next

  • Select Clone URI -> Next

  • In URI paste this url: https://github.com/swapnilbamble1438/ContactManager.git -> Next

  • Now in Local Destination

  • proceed -> Next

         Now only select ContactManager/MySpring_Boot_aa17i_Contact_Manager
         -> Finish
    
  • If everything goes right Project will get successfully imported

  • Now wait for few seconds for getting things properly loaded

  • Now open Project > src/main/resources > open application.properties file, inside this file look for

    spring.datasource.url=jdbc:mysql://localhost:3306/springbootnew?serverTimezone=UTC

    here "springbootnew" is the name of the database.

    so

    create database name "springbootnew" in MySQL.

    or

    (you can also create the database with different name in MySQL. but the created database name in MySQL should match the database name in url in application.properties file. so according to created database in MySQL set the database name in url in application.properties file.

    • also in

    • spring.mail.username= Put Your Gmail Id here

    • spring.mail.password= Put Your 16-digit App password for Gmail here

    • Also do this Changes:

           In UserrController in createorder handler at line no 403
           var client = new RazorpayClient("Enter here your razorpay key_id", "Enter here your razorpay key_secret");
                           And
           In src/main/resources/static/js/script.js at line not 140
           key: "Enter here your razorpay key_id", 
      
    • Now save the changes.)

  • And Try to Run the Project

If you are using Spring Tool Suite

  • Right Click On Project > Run As > Spring Boot App
  • Now in Browser Type Url: localhost:8080
  • Note: In Url put Port according to your application.properties file
  • or if port is not mention in application.properties you can check with default port.
  • Application will get Open

If you are using Eclipse EE

  • Open Project > open application.properties file >

Now do some changes, Change port number according to your Tomcat Server and save the file.

  • Right Click On Project > Run as > Spring Boot App
  • Now in Browser Type Url: localhost:9002
  • Note: In Url put Port according to your application.properties file.
  • or if port is not mention in application.properties you can check with default port.
  • Application will get Open.

Some Screenshots of this Project:

Home Page

a2

a3

a4

a5

a6

a7

a8

a9

a10

a11

a13

a14

Screenshots of Payment using Razorpay Payment Integration

a15

a16

a17

a18

a19

Project Creator: Swapnil Bamble

contactmanager's People

Contributors

swapnilbamble1438 avatar

Stargazers

 avatar  avatar

Watchers

 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.