Skip to content

boytrend0108/chat-pern

Repository files navigation

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!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published