https://github.com/xnacly/private.social
🤠Privacy by default, Open-Source POC Social network
https://github.com/xnacly/private.social
privacy private social-network
Last synced: 9 months ago
JSON representation
🤠Privacy by default, Open-Source POC Social network
- Host: GitHub
- URL: https://github.com/xnacly/private.social
- Owner: xNaCly
- License: mit
- Created: 2023-01-30T17:26:01.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-17T13:01:40.000Z (about 3 years ago)
- Last Synced: 2025-03-12T02:39:33.438Z (over 1 year ago)
- Topics: privacy, private, social-network
- Language: TypeScript
- Homepage:
- Size: 7.81 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# private.social ðŸ¤
Private is a POC of a privacy respecting, unique and open source social network.
Private was first created over the course of the 4th semester in the web services module.
- [Documentation](/docs/)
## Quickstart
1. copy the `api/.env.example` file as `api/.env` and edit the values inside:
- `MONGO_URL`: create a database using mongodb atlas and insert its connection uri
- `JWT_SECRET`: choose a secure jwt secret
2. install [gleichzeitig](https://github.com/xNaCly/gleichzeitig) and run it using `gleichzeitig`, this starts the cdn, the api and the web interface