/keepsafe-server

A REST powered fully encrypted password manager : Server

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

keepsafe-server

Description

A REST powered fully encrypted password manager : Server

Requirements

  • pymysql (pip install pymysql)
  • captcha (pip install captcha)
  • falcon (pip install falcon)
  • gunicorn (pip install gunicorn)
  • sqlalchemy (pip install sqlalchemy)
  • pynacl (pip install pynacl)

Run the API server

gunicorn model:app