Skip to content

A Blog app made with React and microservices for comments and posts

Notifications You must be signed in to change notification settings

marcioecom/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A mini blog (Reactjs and Nodejs)

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

After install dependencies

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

About

A Blog app made with React and microservices for comments and posts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published