A web frontend that displays _rar_-archives and has the ability to add and edit them.
Find a file
Michael Rodin a2f9b4f978 The beginning
Added the base structure and a minimal web frontend. Much work needed.
2023-10-16 21:58:50 +02:00
flask The beginning 2023-10-16 21:58:50 +02:00
.gitignore The beginning 2023-10-16 21:58:50 +02:00
Dockerfile The beginning 2023-10-16 21:58:50 +02:00
ER-rar-index.graphml The beginning 2023-10-16 21:58:50 +02:00
README.md The beginning 2023-10-16 21:58:50 +02:00
requirements.txt The beginning 2023-10-16 21:58:50 +02:00

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.