1
0
mirror of https://dev.s-ul.net/Galexion/MaiMaiDXNet.git synced 2024-11-13 21:47:36 +01:00
Go to file
2023-02-16 20:43:12 -05:00
public The Bare-Minimum login 2023-02-16 18:50:32 -05:00
routes Hotfix: AimeID was not being saved, and its required for some things. 2023-02-16 20:43:12 -05:00
templates The Bare-Minimum login 2023-02-16 18:50:32 -05:00
views Hotfix: AimeID was not being saved, and its required for some things. 2023-02-16 20:43:12 -05:00
.gitignore The Bare-Minimum login 2023-02-16 18:50:32 -05:00
index.js The Bare-Minimum login 2023-02-16 18:50:32 -05:00
package-lock.json The Bare-Minimum login 2023-02-16 18:50:32 -05:00
package.json The Bare-Minimum login 2023-02-16 18:50:32 -05:00
readme.md updated readme with progress 2023-02-16 18:57:48 -05:00

Open Source MaiMaiDX.Net Interface

This is a Open Source MaiMaiDX.Net Interface.

This Interface Requires a Server Database.

Currently, I only have access to AQUA, but ARTEMiS could be supported once AQUA support is finished.

How to use:

Aqua

Create a config.json file and paste this in, with paths to your instance.

{
    "DXMemorialImageDirectory": "A:\\path\\to\\aqua\\data",
    "imageFolder": "N:\\MaiMaiDXNet\\public\\images"
}

Then, create the /public/image/ folder. this will be where the images will be stored.

Project Progress

ToDo:

  • Make User Profile on User Page
  • Literally everything else

Complete:

  • Sign In Page