This project was bootstrapped with Create React App, using the Redux and Redux Toolkit template.
- Clone the repository
- Enter to the application
cd react-redux-chat-app - Run following command to install node modules
- Run following command to start react app
- Your application is supposed open to your default browser, If not,
http://localhost:3000write this url to your browser's address bar and hit the enter key, application will be appeared in front of you. - To set up the server application please follow the below instructions.
After cloning the repository to your computer you will find a directory with the name server.
- Go to the server directory by folloing command
cd server/ - Run following command to install node modules
- Rename '.env.example' file to .env
- Enter your database credential to this renamed .env file (Please confirm that database is exist which name you entered)
- Run below command to migrate database (This application has been developed by using MySQL)
- If everything is all right, run backend app by below command
- Enjoy by registering and login.
- Login
- Register
- Add friend
- Profile Setup
- Real time (instant) chat