Cyrano is a learning project by hilarious potato during our web develpoment bootcamp at Ironhack.
Cyrano Client is the frontend for the Cyrano Service, which provides users a simple way to share encrypted messages. The process of encryption and decryption happens entirely in the frontend. That has brought up a few challenges for us. Maybe, we haven’t solved them entirely on CIA level, but it works 💪!
Make sure you have the following software installed:
- MongoDB v6.0.0
- Node v18.14.0
- Cyrano Server
git clone https://github.com/hilarious-potato/cyrano-client.git
cd cyrano-client
npm install
npm run dev
Cyrano Client runs on: