Skip to content

Latest commit

 

History

History
61 lines (39 loc) · 1.09 KB

readme.md

File metadata and controls

61 lines (39 loc) · 1.09 KB

Chat implementation

  • Login to start the chat

  • User can start a new chat with anyone inside this app

    App Screenshot

Tech Stack

  • Front-end: REACT, REDUX, AXIOS, WEBSOCKET, SCSS, BULMA, BOOTSTRAP.
  • Back-end: nodejs, postgres, sequilize.

Getting Started

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.

Contributing

Pull requests are welcome.Please follow the coding style and conventions used in the project.

License

This project is licensed under the MIT License.

Authors

Happy coding!