Skip to content

Commit

Permalink
Merge pull request #51 from ciphercoder1999/main
Browse files Browse the repository at this point in the history
add doc for loc server
  • Loading branch information
sanam2405 authored May 3, 2024
2 parents ff7569b + f9e2a67 commit 06079c3
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,9 @@ _![OpenAPI Swagger API Docs](./idea/high/openapi.png)_
The codebase is organized as :

1. _ts-frontend_ - The react frontend
2. _backend/ts-backend_ - The express backend
3. _backend/ws_ - The websocket backend
2. _backend/ts-backend_ - The primary express backend with mongoDB
3. _backend/loc_ - The secondary express backend with Postgres
4. _backend/ws_ - The websocket backend

- Clone the PrivacyNetwork repository

Expand All @@ -95,12 +96,21 @@ The codebase is organized as :
npm run dev
```

- Run the loc backend

```bash
cd backend/loc
npm install
npm run dev
```

- Run the websocket backend

```bash
cd backend/ws
npm install
npm run dev
npm run build
npm start
```

## Contributors
Expand All @@ -114,4 +124,4 @@ The codebase is organized as :

## Mentor

- `Munmun Bhattacharya`
- `Dr. Munmun Bhattacharya`

1 comment on commit 06079c3

@vercel
Copy link

@vercel vercel bot commented on 06079c3 May 3, 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.