Browse Source

Merge branch 'dev' of gitnexus_team/GitNexus-backend into master

Pchen0 1 month ago
parent
commit
e43134a409
1 changed files with 26 additions and 0 deletions
  1. 26 0
      README.md

+ 26 - 0
README.md

@@ -0,0 +1,26 @@
+# GitNexus-backend
+
+安装依赖:
+
+```
+npm install
+```
+
+导入数据库文件:
+
+```
+./gitnexus.sql
+```
+
+填写配置文件:
+
+```
+cp config-example.json config.json
+```
+
+运行后端程序:
+
+```
+npm run start
+```
+