Browse Source

update README.md

Pchen. 1 month ago
parent
commit
1f09b45e42
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
+```
+