This repository has been archived on 2022-06-10. You can view files and clone it, but cannot push or open issues or pull requests.
2022-06-04 20:18:15 +02:00
2022-06-04 20:04:25 +02:00
2022-06-04 20:04:25 +02:00
2022-06-04 20:04:25 +02:00
2022-06-04 20:04:25 +02:00

Minimalist Nodejs server for mydraft application (https:/mydraft.cc)

Installation

WARNING : This code is not a fork of "mydraftcc/ui" (https://mydraft.cc), the source code of "mydraftcc/ui" must be available at build time (https://github.com/mydraft-cc/ui). Once the code is retrieved, i apply patches to make the xxx application compatible with the nodejs API server, and (optional) remove the code related to "UserReport".

No docker

# Required
./patch.sh
# if you want to remove UserReport from the application :
#./patch.sh "optional"
cd server && npm install && ./start.sh
#You could set environment parameters in server/start.sh

Docker

Execute

Swagger

pay ATTENTION

Description
This a Nodejs server for mydraft (https://mydraft.cc) If you want to self-host mydraft application, API and storage are includes
Readme 123 KiB
Languages
JavaScript 73.9%
Shell 18.6%
Dockerfile 7.5%