Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My-Pass

A password managing web application made with Flask

forthebadge made-with-python

Installation and Launching

After Downlaoding / Cloning this repo, run the following code in the root directory to install the required libraries and start up the application;

# install dependencies
$ pip install -r requirements.txt

# run the application
$ python app.py

Set up model on DB

$ python
>>> from project_folder import create_app
>>> app = create_app()
>>> app.app_context().push()
>>> from project_folder import db
>>> db.create_all()

About

Password Manager built with Flask @ 2020

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages