https://github.com/mlsakiit/bubblepod-backend
Backend for BubblePod on Flask
https://github.com/mlsakiit/bubblepod-backend
Last synced: over 1 year ago
JSON representation
Backend for BubblePod on Flask
- Host: GitHub
- URL: https://github.com/mlsakiit/bubblepod-backend
- Owner: MLSAKIIT
- License: mit
- Created: 2022-04-23T16:22:28.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-09T13:52:55.000Z (about 4 years ago)
- Last Synced: 2025-01-08T00:58:00.181Z (over 1 year ago)
- Language: Python
- Size: 32.2 KB
- Stars: 0
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BubblePod-Backend
Backend for BubblePod on Flask
# Usable Functionalities
DBMS fully functional
Clustering fully functional
API functional
# Need to be Done
API sugar, WSGI
# Setup
Install Postgres 14
On Debian/Ubuntu:
$ sudo apt install postgresql postgresql-contrib postgresql-doc
$ sudo systemctl start postgresql
$ pip install requirements.txt
# Usage
$ sudo -u postgres psql
\password postgres
change password
quit the postgres cli
$ locate pg_hba.conf
change all peer authentication modes to md5
$ sudo systemctl restart postgresql