This is my template for React & Express Microservices.
This template is meant to be simple and easy to use. It is not meant to be a full-fledged production-ready template. It is meant to be a starting point for anyone who wants to build a React & Express Microservices.
To run the app, the first thing you need to do is to clone the repository with the following command:
git clone git@github.com:Initial-Dev/Project-CR.git
First of all, you need to install Docker and Node on your computer.
To run the app in development mode, you need to run the following command:
docker-compose up
You can access the app on http://localhost:3000 and the API on http://localhost:5000. Every microservices are hidden behind the API gateway.
Every microservices routes are defined in the Routes files in the Gateway.