Dev:
- Pagination(Very bad use of memory for the moment) 📖
- Search bar 🔎
- Use redis caché for optimize navigation, query's...
- Pagination
- Automate Scrapping Process 🕷️🕸️
- Connection to a VideogameDB API 🖥️
This is for add fuctionality like
- Advanced Filtering ✔️✖️
- Order, filter, by compression ratio
- Online, Coop, Single player features
- Genre
- Stats(Times Viewed, Downloaded, Game Scores)
- Like, Dislike 👍
- Advanced Filtering ✔️✖️
- Add native comments 💭
Production:
- Unofficial Fitgirl Repacks API
docker compose up -d
Needs a redis server running Crawls every page of the official website and saves to the redis DB
cd rustcrap/
cargo build
cargo run
- By the moment it needs to be launched manually
Frontend developed with SvelteKit
- Gets all the data from DedisDB with the package ioredis
cd web/
npm i
npm run dev
⚡⚡ DISCLAIMER⚡⚡
This is for only for educational purposes. 📚