Skip to content

jadmoukaddam/EECE455_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EECE455_project

Description

This is a small flask web app that implements ECDSA.

Made by:

Project set up

To set up this project, follow these steps:

1. Create and Activate a Virtual Environment

# Create a virtual environment named venv
python -m venv venv

# Activate the virtual environment (Windows)
venv\Scripts\activate

# Activate the virtual environment (Mac/Linux)
source venv/bin/activate

2. Install Dependencies:

pip install -r requirements.txt

3. Run the Application:

python app.py

4. Open in Browser:

Once the application is running, open your browser and go to: http://localhost:5000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors