rn chat
1.0.0
แอพแชทที่ทำด้วย React Native, NativeBase, Apollo Hooks และ Sequelize
m:n Relationsn:1 ความสัมพันธ์cd server และ npm install เพื่อติดตั้ง edpendeciesserver/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 Server และ GraphQL Playground จะโหลดบน http://localhost:5000 และการสมัครสมาชิกบน ws://localhost/graphqlcd client และ yarn install เพื่อติดตั้ง ideclient/src/App.js ตัวอย่าง const uri = '10.0.2.2:5000'; หรือ const uri = '192.168.0.185:5000';yarn run android เพื่อเรียกใช้ไคลเอนต์ Native React บนตัวจำลอง Android ที่กำลังทำงานอยู่[email protected] , 123456 











