https://github.com/lucianmarin/subreply
Tiny, but mighty social network.
https://github.com/lucianmarin/subreply
django falcon postgresql python
Last synced: 5 months ago
JSON representation
Tiny, but mighty social network.
- Host: GitHub
- URL: https://github.com/lucianmarin/subreply
- Owner: lucianmarin
- License: other
- Created: 2020-06-12T21:33:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2026-01-18T04:41:13.000Z (5 months ago)
- Last Synced: 2026-01-18T04:54:08.603Z (5 months ago)
- Topics: django, falcon, postgresql, python
- Language: Python
- Homepage: https://subreply.com
- Size: 2.2 MB
- Stars: 186
- Watchers: 3
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Subreply
Tiny, but mighty social network. Create an account at https://subreply.com.
## Install
Install PostgreSQL server at 6432 port and `createdb subreply` then:
```shell
pip3 install -r requirements.txt
python3 manage.py migrate
```
Create `project/local.py` file and generate `SIGNATURE` for it:
```python
from cryptography.fernet import Fernet
SIGNATURE = Fernet.generate_key()
```
Launch the app at http://localhost:8000 with:
```shell
gunicorn router:app
```
## Styleguide
- easy to read and easy to modify
- no useless abstractions
- speed of 50ms or lower for each request
## License
- ideal to use as internal social network in any organization
- easy to install and easy to maintain
- cost depends on level of support needed