Skip to content

Commit ddd738a

Browse files
committed
Added readme
1 parent 3269739 commit ddd738a

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

childWindow.png

59.8 KB
Loading

mainWindow.png

29.6 KB
Loading

readme.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Electron.js Proxy Server
2+
## _See your data_
3+
4+
### Steps to use this app
5+
6+
### 1) Download this repo using and cd into it
7+
```
8+
git clone https://github.com/shivam-bit/Electronjs-proxy-server.git
9+
```
10+
### 2) Install all the dependcies and run server for the first time
11+
```
12+
npm i
13+
npm start
14+
```
15+
16+
### 3) A folder named ".http-mitm-proxy" will automaticalley be created which contains a folder "/certs" . This folder will contain a file named as "ca.pem" copy this file and install this certificate as a trusted certificate.
17+
### 4) Now re-run the server
18+
```
19+
npm start
20+
```
21+
22+
![Main Window ](mainWindow.png)
23+
![Child Window - Proxy realtime view](childWindow.png)

0 commit comments

Comments
 (0)