Git Product home page Git Product logo

fwasik / password-wallet Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 112 KB

PasswordWallet is an application that allows you to save and share passwords to various websites or applications with other users. It also allows users to track their login activity. The application was created as a project for my studies.

Home Page: http://password-wallet.eu-central-1.elasticbeanstalk.com/

Python 80.35% HTML 18.56% Dockerfile 0.79% Shell 0.30%
aws-ebs cicd django docker docker-compose github-actions gunicorn postgresql python unittesting

password-wallet's Introduction

Password Wallet

Table of contents

Introduction

The application was created as a project created for study classes. The main functionalities are the ability to create passwords to various other applications, domains, and the ability to share these passwords with other users. Passwords are encrypted using Crypto package and AES algorithm. The user can update, delete, view decrypted passwords, clear password shares as well as view shared passwords by other users. The user also has the ability to update the application master password and delete the account. Additional functionality included in the requirements is the ability to list login attempts for a given account, along with information about the IP address, login time and whether the login was successful. Moreover, in order to make any action on passwords, user has to confirm his identity by providing his master password to the account. This happens only once during login session.

The application was developed using the Django framework and a PostgreSQL database. The application and database were created separately in different containers during the development stage. A full CI/CD pipeline was created using GitHub Actions and AWS Elastic Beanstalk in order to deploy the application to production. Moreover, the app includes unittests.

Technologies

Most important technologies used:

  • Python: 3.11.5
  • Django: 4.2.11
  • gunicorn: 21.2.0
  • PostgreSQL: 13.0
  • Docker, docker compose
  • GitHub Action
  • AWS Elastic Beanstalk

CI/CD

Full CI/CD pipeline was created with 3 stages: running tests for app, build docker image for production and sending deploy package (which includes docker-compose.yml file) to an environment on AWS EBS.

The app should be accessible at http://password-wallet.eu-central-1.elasticbeanstalk.com/

!!! ATTENTION !!!

Sometimes, due to exceeding the Free Tier for AWS, I have to stop the instance on which the application is running. During this period, the application will not work.

password-wallet's People

Contributors

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