Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hardope committed Jul 11, 2024
1 parent b0d0f94 commit 3d67054
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ This is a command-line tool for text encryption and decryption using various alg
- [Supported Algorithms](#supported-algorithms)
- [Usage Cases](#usage-cases)
- [API](#api)
- [Frontend](#frontend)
- [Installation](#installation)
- [Command Line Tool Installation](#commmand-line-tool)
- [Web API Installation](#web-api)
Expand Down Expand Up @@ -45,8 +46,15 @@ These algorithms are used for different purposes and have varying levels of secu

## API

[Live Deployment](https://caesar-10qk.onrender.com/)

The FastAPI Caesar Cipher API is a simple web API that provides text transformation operations using using the ciphers listed above. Additionally, it offers the ability to perform these transformations on text files and save the results to the server's "files" directory which is then served as static files made available for download.

# Frontend

The frontend was developed using react
- [Github Repo For Frontend](https://github.com/hardope/caesar-frontend)

## Installation

### Commmand Line Tool
Expand Down

0 comments on commit 3d67054

Please sign in to comment.