rn chat
1.0.0
由React Native,本地基礎,Apollo掛鉤和續集製成的聊天應用程序。
m:n關係n:1關係cd server和npm install以安裝依賴項server/src/data/connectors.js中設置數據庫連接,例如new Sequelize('postgres://dbuser:password@localhost:5432/chat',...db.sync({ force: true }).then(async () => await seed()).catch(error => console.log(error));在server/src/data/connectors.js中以播種數據庫npm run start http服務器和GraphQl Playground將在http://localhost:5000和ws://localhost/graphql上的訂閱上加載cd client和yarn install以安裝依賴項client/src/App.js中設置服務器URL,例如const uri = '10.0.2.2:5000';或const uri = '192.168.0.185:5000';yarn run android可以在運行的Android模擬器上運行React Antive客戶端[email protected]登錄, 123456 











