#3 update readme.md

Merged
Pchen0 merged 1 commits from gitnexus_team/dev into gitnexus_team/master 1 month ago
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
+```
+