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

https://github.com/akoidan/pychatapi


https://github.com/akoidan/pychatapi

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

- pacman -S uwsgi uwsgi-plugin-python
- python3 -m venv .venv
- source .venv/bin/active
- pip install django==2.2
- ./manage.py makemigrations
- ./manage.py migrate
- copy rootfs / # https://github.com/akoidan/pychat/blob/master/download_content.sh
- systemctl enable pychatApi
- systemctl start pychatApi