Skip to content

This GitHub repo contains a fullstack microservice app that stores items in memory. The app is built using Node.js and Express on the backend, and React on the frontend. This is my first microservices app, I used axios for now as I wanted to focus on making a simple microservices application.

Notifications You must be signed in to change notification settings

MinaSameh1/in-memory-micro-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microservices Simple Blog App

This is a simple full stack micro services app that I used to learn about microservices, sharing data etc.

Currently all dbs of the services are in memory structures, I wanted to focus more on the stucture instead of having to worry about DBs connections etc.

I also created a simple Event Bus from scratch to learn more about it.

References

Microservices With Nodejs and React.

Custom Hooks and react structure

About

This GitHub repo contains a fullstack microservice app that stores items in memory. The app is built using Node.js and Express on the backend, and React on the frontend. This is my first microservices app, I used axios for now as I wanted to focus on making a simple microservices application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published