Skip to content

lavendthomas/langoverflow-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

17 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Langoverflow Backend

This repository contains the backend for the langoverflow frontend. This backend is written in Flask (Python) and allows to store videos and questions inside a SQLite database.

Launch πŸš€

Redis needs to be installed and running on the default port (6379).

sudo dnf install redis # On Fedora / RHEL
sudo systemctl start redis

The following commands install and launch the server which automatically reload when the file sse.py is modified.

pip install --user -r requirements.txt
gunicorn sse:app --worker-class gevent --bind 0.0.0.0:8000 --reload

The code in itself is contained in sse.py πŸ™ƒ (yeah we could have split the code properly πŸ˜…).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors