An open API service indexing awesome lists of open source software.

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.

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