Skip to content

Latest commit

 

History

History
34 lines (11 loc) · 806 Bytes

README.md

File metadata and controls

34 lines (11 loc) · 806 Bytes

How to run the code

  1. Clone this repository to your local machine.

  2. Install the required dependencies using

pip install -r requirements.txt

  1. Start the Django development server using

python3 manage.py runserver

  1. Navigate to the badge upload page in your web browser (usually at http://127.0.0.1:8000).

  2. Upload a badge image using the provided form

  3. View the results on the success page, which displays the badge.

Screenshot 2024-04-29 at 11 33 18 PM Screenshot 2024-04-29 at 11 34 14 PM