README.md 219 B

GitNexus-backend

安装依赖:

npm install

导入数据库文件:

./gitnexus.sql

填写配置文件:

cp config-example.json config.json

运行后端程序:

npm run start