- React-Admin Frontend
- ExpressJS APIRest
- Mongo-Express for Database Web Handle
- Dockerized all in one for easy Startup Proyects!
This is a simple MERN Stack application, Each service is isolated and comunicate each other throughth a specific Docker network.
You can change the Frontend and Backend to your desire, making more easy to setup your own app!
Before creating the Images, Please Checkout Instructions inside Each Service Folder!
Commands:
- cd path/to/the/folder/Frontend > make
- cd path/to/the/folder/Backend > make
Remember to change the URL and PORT on thoose files before deployment:
- path/to/the/folder/Backend/Api/config.js
- path/to/the/folder/Frontend/src/Api/config.js
Start:
- docker-compose up -d
Close:
- docker-compose down