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 icd client && npm inpm run devto run Servercd client && npm startto run Client- Server runs at
localhost:4000 - Client runs at
localhost:3000