/realworld

Realworld-one task

Primary LanguageJavaScript

RealWorld-one Task

Chat application using Node.js, postgres, sentiment analysis. Uses React.js with Server side rendering using NEXT.js and Antd theme.

Installation

Install the dependencies and devDependencies and start the server.

$ cd realworld
$ yarn install
$ yarn migrate
$ yarn build
$ yarn start