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 











