Michael Rodin
dda864a92e
Added login functionality. It's a bit clunky, but it deas what it needs to. Testing needed. The header now has a search bar, but the page itself needs to be created. |
||
---|---|---|
flask | ||
.gitignore | ||
ER-rar-index.graphml | ||
README.md | ||
requirements.txt |
RAR-Index
It's some project for my school which is supposed to index rar-archives and make them searchable over a very ugly web frontend.
Downloading
git clone https://git.marcelsite.com/marcel/rar-index
cd rar-index
Usage
Baremetal
Install the dependencies:
pip install -r requirements.txt
Start the server:
cd flask
python app.py
Docker
TBA
Contributing
I don't recommend wasting your time on this project. It is only created to get a (hopefully) good grade in school.