Skip to content

Python code for storing secret in a SQLite database

Notifications You must be signed in to change notification settings

salvatoreLbr/storing-key

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Storing Secrets 👮‍♂️

python FastAPI Code style: black

Overview 🧿

This repo contains code about a web app for storing secrets in a SQLite database using a simple back-end build in FastAPI. Front-end is build in Jinjia. Database is managed with SQLAlchemy This web app permit you to store secrets and show every time using password and passphrase. During the first run code creates a SQLite file in repository.

Requirements ⚠

For installing all libraries need for running code it is possible using poetry. In the folder there are all needed files: pyproject.toml and poetry.lock.

Installation ⚙️

For running code follow this step:

  • If you haven't poetry installed:
pip install poetry
poetry config virtualenvs.in-project True
  • If you have already poetry installed:
poetry install
poetry shell
uvicorn src.storing_key.main:app --port 5000

About

Python code for storing secret in a SQLite database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published