Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nyzss/nascent

nascent desktop/web manga reader using the mangadex api
https://github.com/nyzss/nascent

actix desktop manga mangadex mangadex-api react reader rust tauri vite

Last synced: 1 day ago
JSON representation

nascent desktop/web manga reader using the mangadex api

Awesome Lists containing this project

README

        

# nascent

## this is for deployment purposes, I have yet to do a CI/CD pipeline but it's coming soon.

**mythril** is the frontend using tauri for the desktop application, the stack is react, vite and typescript.

**bai** is the backend and its sole purpose for now it's to proxy all requests and images from the mangadex api (necessary due to cors limitations), the web framework I am using is actix.

for the web deployment I use Caddy v2 to reverse proxy my docker containers and thats pretty much all.

credits to [Mangadex API](https://api.mangadex.org/) for their formidable api