This a Nodejs server for mydraft (https://mydraft.cc) If you want to self-host mydraft application, API and storage are includes
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.
Go to file
2022-06-05 07:54:08 +02:00
server Running tests no docker - Documentation 2022-06-05 07:54:08 +02:00
ui@d954fbd497 submodule directory is missing 2022-06-04 20:18:15 +02:00
.gitignore 1st commit 2022-06-04 20:04:25 +02:00
.gitmodules 1st commit 2022-06-04 20:04:25 +02:00
.prettierignore 1st commit 2022-06-04 20:04:25 +02:00
package.json 1st commit 2022-06-04 20:04:25 +02:00
patch.sh Running tests no docker - Documentation 2022-06-05 07:54:08 +02:00
README.md Running tests no docker - Documentation 2022-06-05 07:54:08 +02:00
start.sh Running tests no docker - Documentation 2022-06-05 07:54:08 +02:00
webpack.config.js-forlocaldeveloppementwithserver 1st commit 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