Skip to content

HenriqueDiasSilva/KeySigned

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Key Signed

Key Signed is a digital document signer that includes several features such as: user creation, signature embedding in the document, signature verification, and other components that enrich the system to make it comprehensive.

Technologies   |    Installation   |    License

License

🚀 Technologies

This project was developed with the following technologies:

  • Django
  • PyCryptodome
  • Bootstrap

💻 Installation

Steps for installation in your local environment:

  • 1° - To create a virtual environment in Python, at the console type python -m venv venv or python3 -m venv venv.
  • 2° - To run the virtual environment in Python, in the console type venv\Scripts\activate for Windows or . venv/bin/activate for Linux and MacOs.
  • 3° - To install project dependencies, in the console type pip install -r requirements.txt.
  • 4° - To run the server, in the console type python manage.py runserver or python3 manage.py runserver, so in the console a URL will appear for you able to access http://127.0.0.1:8000

🖊️ License

This project is licensed under the MIT license


Project made with ♥ by Henrique Dias Silva.