https://github.com/ardhweb/certgen
This repository contains the code for a simple certificate generator system. The system allows users to signup and login, create dummy certificates, and share a JWT token with others who want to verify that the certificate is original and valid.
https://github.com/ardhweb/certgen
Last synced: 3 months ago
JSON representation
This repository contains the code for a simple certificate generator system. The system allows users to signup and login, create dummy certificates, and share a JWT token with others who want to verify that the certificate is original and valid.
- Host: GitHub
- URL: https://github.com/ardhweb/certgen
- Owner: Ardhweb
- Created: 2023-07-27T13:44:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-27T16:37:48.000Z (almost 2 years ago)
- Last Synced: 2025-01-07T06:46:21.377Z (5 months ago)
- Language: HTML
- Size: 933 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# certgen
This repository contains the code for a simple certificate generator system. The system allows users to signup and login, create dummy certificates, and share a JWT token with others who want to verify that the certificate is original and valid.
Users can signup and login.
Users can create dummy certificates.
Users can share a JWT token with others who want to verify the certificate.
The system verifies the certificate by checking the JWT token.**Instraction:**
**1.Install Python on your system.**
**2.Open Visual Studio Code and create a new folder.**
**3.Open the terminal in Visual Studio Code.**
**5.If you are using Windows, type the following command in the terminal:****python -m venv venv**
**6.To activate the virtual environment, type the following command in the terminal:**
**venv/scripts/activate**
**7.Download the Django repository and extract it.**
**8.Copy the extracted folder to the current folder where you are.**
**9.In the terminal, type the following command to install the necessary Python packages:****pip install -r requirements.txt**
**Once you have completed these steps, you will have successfully installed Django.**
**Here are some additional tips for installing Django:**
**You can use the pip install django command to install Django without creating a virtual environment. However, it is recommended to use a virtual environment to isolate your Django project from other Python projects on your system.****Now After this **
**use py manage.py runserver**
**and check browser with http://127.0.0.1:8000**




