Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akutchi/mangasite_admin
This is the administration part of the corresponding project
https://github.com/akutchi/mangasite_admin
mariadb nodejs react sql
Last synced: 4 months ago
JSON representation
This is the administration part of the corresponding project
- Host: GitHub
- URL: https://github.com/akutchi/mangasite_admin
- Owner: Akutchi
- Created: 2024-08-29T19:55:05.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-29T20:31:03.000Z (5 months ago)
- Last Synced: 2024-09-28T11:02:29.931Z (4 months ago)
- Topics: mariadb, nodejs, react, sql
- Language: JavaScript
- Homepage:
- Size: 406 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MangaSite Admin Front
This is the front for the admin part of the [MangaSite Project](https://github.com/Akutchi/MangaSite/tree/master).
## Important Notice
For the decryption part in the encryption/decryption scheme for the login; I used at the time\
```key.setOptions({encryptionScheme: "pkcs1"});```However, since the 29/08/24, date at which I created this repository, it so happened that a security breach was fixed that has as a consequence that pkcs1 cannot be used anymore.
As such, the login bug if someone tries to login. Unfortunately, every attempt at solving this issue resulted in failure [1].visuals :
| ![Login Page](./doc/front/Login_Page.png) |
|:--:|
| *Login Page* || ![Home](./doc/front/admin_board.png) |
|:--:|
| *Home Page* || ![Edit](./doc/front/Edit_Page.png) |
|:--:|
| *Manga Edition Page* |[1] Tried to change the encryption scheme, to change the option to {environment: "browser"}, tried to use NODE_OPTION.
# Installation
This repository should be used in tandem with the principal repository that contains the client front and the server.
To install the necessary dependencies, please see the [front setup](./doc/front/front_setup.md) file# To be done
This version is still in developpment as several components still needs to be created :
- Solving the decryption issue
- The visibility of each manga / chapter
- The roles
- Every link other than the explore section (which works)