- Front-end: REACT, REDUX, AXIOS, WEBSOCKET, SCSS, BULMA, BOOTSTRAP.
- Back-end: nodejs, postgres, sequilize.
First of all create postgres data base with this params:
- DB_HOST=localhost
- DB_USER=postgres
- DB_PASSWORD=0105
- DB_DATABASE=node_chat
- DB_DIALECT=postgres
1.Clone the repository:
https://github.com/boytrend0108/chat-pern.git
2.Install the required dependencies:
git branch master
npm install
3.Start the development server:
npm start
4.Start the development client:
npm run dev
4.Open http://localhost:5173
in your browser.
Pull requests are welcome.Please follow the coding style and conventions used in the project.
This project is licensed under the MIT License.