https://github.com/filippofinke/scalable-app
📐 This repository contains a website divided into microservices.
https://github.com/filippofinke/scalable-app
docker microservices mongodb
Last synced: 3 months ago
JSON representation
📐 This repository contains a website divided into microservices.
- Host: GitHub
- URL: https://github.com/filippofinke/scalable-app
- Owner: filippofinke
- Created: 2019-05-17T14:35:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T23:48:38.000Z (about 2 years ago)
- Last Synced: 2025-05-20T08:13:41.129Z (5 months ago)
- Topics: docker, microservices, mongodb
- Language: JavaScript
- Homepage:
- Size: 97.7 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scalable app
This repository contains a website divided into microservices.
## how to start
To start this project:
1. Install docker ([https://docs.docker.com/install/](https://docs.docker.com/install/))
2. clone this repository `git clone https://github.com/filippofinke/scalable-app.git`.
3. build docker app: `sh build.sh`
4. initialize docker: `docker swarm init`
5. deploy docker app: `sh deploy.sh`
6. use porttainer.io:
- open with a browser: `localhost:9000`
- create new admin user
- select local docker
7. enjoy