It contain 2 microservices
- Posting microservice
- Comment microservice
To run the project in your enviroment go to each directory (client, posts and comments), example:
$ cd commments
And install dependencies
$ npm i
If you use Yarn instead NPM
$ yarn install
Install the dependencies of client, posts and comments
In folder of each service, run:
$ yarn start
or
$ npm run start
You will see in the terminal the message that is listening and the port, example:
$ Listening on 3333
your browser will automatically open