Skip to content

Simple Password Generator using Python Flask Api for backend and VueJs for front-end

Notifications You must be signed in to change notification settings

h3rodev/passgenapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

passgenapp

Simple Password Generator using Python, Flask Api annd VueJs

Setup Virtual Environment

$ virtualenv -p python3 venv

$ source venv/bin/activate

$ pip install -r requirements.txt

$ python app.py

Setup Client

$ cd client $ npm run install $ npm run serve

About

Simple Password Generator using Python Flask Api for backend and VueJs for front-end

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published