Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.17 KB

README.md

File metadata and controls

44 lines (28 loc) · 1.17 KB

Password Manager

Description

This is an online password manager for personal usage. You can create an account for yourself and keep track of your credentials for different sites.

Password Manager

You can add the site which thease credentials are for, the username and the passowr you made up or generated. You can see all your saved credentials and search for a specific one.

Password Manager

The frontend is made using Next.js and Typescript and Tailwind CSS. Backend is made using Pythons Flask library. The database is made with SQLite. Front and backend are also build inside of a container using Docker.

Features

  • Creation of an account
  • Loggin in to your account
  • Save credentials for a site you choose.
  • Generate a safe password for that site.
  • See and search for you credentials

Installation

git clone https://github.com/SanteriMertakorpi/Password-Manager.git

Usage

First install Docker and the run

docker-compose up --build

Now the frontend shoudl be running on your http://localhost:3000 and backend at http://localhost:5000

License

This project is under MIT License.