This project was bootstrapped with Create React App.
The Blog-Chat app was built with MERN stack and socket.io.
The app implements CRUD operations of users and posts in a server-client architecture. Those operations are based on HTTP requests between the server (Express server) and the client (which built with React.js). In addition, There is a chat feature that based on WebSocket API implemented with Socket.io.
- React.js + Hooks
- Redux
- React Bootstrap
- NPM
- Node.js
- Express.js
- MongoDB & Mongoose
- Socket.io
- JWT