Experimenting with graphql and Node with this chat application
- Node.js
- Graphql
- Apollo server
- Subscriptions
- Sequelize ORM
- SQL
- React.js
- jwt authentication
- bcrypt
- Authentication
- Realtime data
- Chat
- clone or download the repository
npm i
cd client && npm i
npm run dev
to run Servercd client && npm start
to run Client- Server runs at
localhost:4000
- Client runs at
localhost:3000