/chat-app-react-redux-mongodb

Chatting app with React Node MongoDB Redux

Primary LanguageJavaScript

chat-app-react-redux-mongodb

Chatting app with React Node MongoDB Redux

안녕하세요
사용법을 알려드릴게요

  1. 파일을 다운로드를 받거나 Terminal이나 CMD에서 Clone을 합니다.
  2. 그리고 Root Directory에서 npm install 해서 dependencies를 다운받아 줍니다.
  3. Client 폴더로 들어가세요 . ( cd client )
  4. Client dependencies를 받기 위해서 npm install을 또 하셔야 합니다.
  5. MongoDB랑 연결을 하기 위해서 먼저 config 파일로 들어갑니다. 그리고 dev.js 로 들어간 후에 mongodb 에서 받은 이름과 비밀번호를 연결 !

이렇게 해야할것들을 다 했습니다.

Root Directory로 돌아와서 ( cd .. ) npm run dev 로 실행하시면 됩니다.

Hello I will let you know how to use this.

  1. Download file or Clone the project by using Terminal (MAC) or CMD (Window).
  2. In root directory, type " npm install " to download all of dependencies for the server.
  3. and move into the client part by typing " cd client "
  4. type " npm install " to download Client Dependencies
  5. Lastly to connect your app with the MongoDB, First go into "config" file and then go into dev.js file
    and put the username and password you configure in mongodb .

so it is done configuring for implementing the app.

Now you can come back to Root diectory ( cd .. ) Type npm run dev to kick in your app !

Thank you for using the app I made ^^ welcome to your questions.