Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 375 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 375 Bytes

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