Giter Club home page Giter Club logo

password-manager-web's Introduction

Password Manager Project

This project is a password manager application developed using Spring Boot, Spring Data JPA, Spring Security, Docker Compose, PostgreSQL, and Thymeleaf. It aims to provide users with a secure platform for storing and managing their passwords.

Installation Guide

Before running the project, ensure you have the following prerequisites installed:

  1. Java Development Kit (JDK) 17:

    • Install the JDK 17 from the official Oracle website or any other trusted source.
  2. Gradle:

    • You can install Gradle manually or use a build tool like SDKMAN! for managing your development environment. Here's how to install it manually:
      # On Unix-based systems (Linux, macOS)
      wget https://services.gradle.org/distributions/gradle-x.x.x-bin.zip
      unzip gradle-x.x.x-bin.zip
      sudo mv gradle-x.x.x /opt/gradle
      export PATH=$PATH:/opt/gradle/bin
      gradle --version
  3. Docker:

    • Docker provides a containerized environment for running applications. Install Docker from the official Docker website for your specific operating system.

Running the Project

Follow these steps to run the project:

  1. Clone the Repository:
    git clone https://github.com/your-username/password-manager.git
  2. Navigate to the Project Directory:
    cd password-manager
  3. Build and Run the Project with Gradle:
     ./gradlew bootRun
  4. Access the Application: Once the application has started successfully, you can access it by opening a web browser and navigating to http://localhost:8080.

password-manager-web's People

Contributors

phatdtgcs220340 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.