Skip to content

Commit

Permalink
[docs]: fix README - presentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sanam2405 committed May 21, 2024
1 parent 06079c3 commit 495a767
Show file tree
Hide file tree
Showing 12 changed files with 57 additions and 10 deletions.
67 changes: 57 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,43 @@
# Privacy Network

<i> A Privacy-Preserving Efficient Location-Sharing Scheme for Mobile Online
Social Network Applications </i>
<i> Design and Implementation of Security-Conscious,
Location-Sharing in a Geosocial Network </i>

[Link to the research paper](https://ieeexplore.ieee.org/abstract/document/9288801)

## Architecture

### One Instance Architecture

![](idea/high/one-instance-architecture-color2x.png)

### Managing the MongoDB and Postgres

![](idea/high/writethrough.png)

### Scalable Architecture

![](idea/high/architecture-with-bg.png)

![](presentation/assets/architecture.png)
<!-- ![](presentation/assets/architecture.png) -->

## Privacy Filtration Logic

![](idea/high/privacyfiltrationtable.png)

## Privacy Network API Documentation

_[Privacy Network API Docs](https://privacynetwork.onrender.com/docs)_

_![OpenAPI Swagger API Docs](./idea/high/openapi.png)_
<!-- _![OpenAPI Swagger API Docs](./idea/high/openapi.png)_ -->

### OpenAPI Swagger API Docs

_![OpenAPI Swagger API Docs](./idea/high/swaggeruser.png)_

### OpenAPI Swagger Schemas

_![OpenAPI Swagger Schemas](./idea/high/swaggerschema.png)_

<!--
### A. Registration - <i> User </i>
Expand Down Expand Up @@ -48,21 +70,46 @@ _![OpenAPI Swagger API Docs](./idea/high/openapi.png)_

### Login Page

![](presentation/assets/Login_Speed.gif)
<!-- ![](presentation/assets/Login_Speed.gif) -->

![](idea/gifs/Auth2.gif)

### Landing Page

![](presentation/assets/Landing_Speed.gif)
<!-- ![](presentation/assets/Landing_Speed.gif) -->

![](idea/gifs/Dashboard.gif)

<!-- ![](presentation/assets/FriendsPage_Speed.gif) -->

<!-- ![](presentation/assets/Map_Speed.gif) -->

![](presentation/assets/FriendsPage_Speed.gif)
### Map Page: Real-Time Location Updation

### Map Page
![](<idea/gifs/Location%20update%20wrt%20Query%20(Fixed%20Position).gif>)

![](presentation/assets/Map_Speed.gif)
![](<idea/gifs/Location%20update%20wrt%20Query%20(Movement).gif>)

### Map Page: Privacy Filtration

![](idea/gifs/Set%20Properties%20Simulation.gif)

### Map Page: Real-Time Location Sharing

![](idea/gifs/Privacy%20Network%20Final%20GIF.gif)

## Tech Stack

![](presentation/assets/techstack.png)
- TypeScript
- React with _Google Maps API_ and _Material UI_
- Node
- Express
- WebSockets
- MongoDB
- Postgres with PostGIS
- Swagger

<!-- ![](presentation/assets/techstack.png) -->

## Setting up locally

Expand Down
Binary file added idea/gifs/Auth2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added idea/gifs/Dashboard.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added idea/gifs/Privacy Network Final GIF.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added idea/gifs/Set Properties Simulation.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added idea/high/one-instance-architecture-color2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added idea/high/privacyfiltrationtable.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added idea/high/swaggerschema.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added idea/high/swaggeruser.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added idea/high/writethrough.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit 495a767

@vercel
Copy link

@vercel vercel bot commented on 495a767 May 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.