Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nyzss/nascent
- Owner: nyzss
- Created: 2023-10-29T19:48:11.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-01T14:17:02.000Z (about 1 year ago)
- Last Synced: 2024-11-21T09:36:56.555Z (2 months ago)
- Topics: actix, desktop, manga, mangadex, mangadex-api, react, reader, rust, tauri, vite
- Language: Shell
- Homepage: https://nascent.dev
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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