Code Monkey home page Code Monkey logo

mini-blog-micro-services's Introduction

Mini blog using micro services

This is a simple blog application, focused on studying development strategies using microservices.

Developed Features

  • Post service;
  • Comments service;
  • Message broker (Event-Bus);
  • Moderation Service;
  • Query service;
  • Sync events when query service is restarted;
  • Web Client;
  • Containerize application (Docker);

πŸ’» Prerequisites

Before you begin, make sure you've met the following requirements:

πŸ“¦ Preparing environment

To run the application, follow these steps:

Download the project and install the dependencies:

# Clone this repo
git clone https://github.com/Chriszao/mini-blog-micro-services.git

# Enter the project folder
cd mini-blog-micro-services

# Install deps P.S: You can use the package manager of your choice. 
# but this project were developed with npm, and works better with it
npm install

# Inside each service have a β€œstart” script that does start the service server
npm run start # <inside of service>

# Inside client folder to start the client server
npm run dev

β˜• Using the Application

You can start all the services servers and use the web client to create posts, and comments. If you put down the query service, and create posts or comments, the event bus will store the events to when the query service come up again, it will automatically sync the events.


πŸ› οΈ Technologies

Developed with πŸ’™ by Chriszao

mini-blog-micro-services's People

Contributors

jestfuljoker avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.