tuiHoneyPot

front and back end of my TUI honeypot
Log | Files | Refs | README

README.md (347B)


      1 # The kitchen
      2 
      3 The kitchen is the backend of chicken parmesan. It is where the real stuff is baked.
      4 
      5 ## Technologies used
      6 
      7     - Python3
      8     - Flask
      9     - sqlite3
     10     - JWT tokens
     11     - SHA3-512
     12 
     13 ## On deployment
     14 
     15 In the root of the project, a .env file should be generated. The following keys should be present:
     16 
     17  - JWT_SECRET
     18  - SESSION_SECRET
     19