Survey is a cross-platform social app. It allows users to create guilds that they can organize to create a great space to chat with friends or create a community.
Clone the project
git clone https://github.com/MicroplayInteractive/SurveyAppGo to the project directory
cd SurveyAppInstall dependencies
cd frontend
npm install
cd..
cd backend
npm installStart the server
// BACKEND
cd backend
npm run dev
// FRONTEND
cd frontend
npm run startClient: React, Redux,
Server: Node, Express, Socket.io
If you have any feedback, please reach out to us at microplayinteractive@gmail.com
If you found bug or if you have suggestion, create new issue.
- Create guilds
- Send messages
