Skip to content

A personal password manager using Next.js Typescript frontend and Python backend contained with Docker.

License

Notifications You must be signed in to change notification settings

SanteriMertakorpi/Password-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A personal password manager using Next.js Typescript frontend and Python backend contained with Docker.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published