https://github.com/henriquediassilva/keysigned
Assinador Digital de Documentos em Django
https://github.com/henriquediassilva/keysigned
assinador-digital bootstrap django pycryptodome web
Last synced: about 2 months ago
JSON representation
Assinador Digital de Documentos em Django
- Host: GitHub
- URL: https://github.com/henriquediassilva/keysigned
- Owner: HenriqueDiasSilva
- Created: 2023-09-01T05:25:29.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-02T18:04:14.000Z (almost 3 years ago)
- Last Synced: 2025-07-10T10:16:15.630Z (12 months ago)
- Topics: assinador-digital, bootstrap, django, pycryptodome, web
- Language: Python
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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
## 🚀 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.