๐งช Download & Run Your PoC
Spin up a fully working Proof of Concept (PoC) for your application โ complete with backend microservices, a frontend admin interface, and cloud-ready configurations.
โ Prerequisitesโ
Before getting started, make sure the following tools are installed:
- Docker & Docker Compose
- Node.js and Angular CLI
๐ Steps to Launch Your PoCโ
1. Log in and Downloadโ
- Go to www.oohm.io
- Navigate to โฌ and click "Download PoC"
2. Extract the Projectโ
Unzip the downloaded archive to your preferred development directory.
๐ง Optional: Initialize Git Repositoryโ
You can version-control the configuration by initializing Git:
cd config
git init
git add .
git checkout -b develop
git commit -m "Initial Commit"
cd ..
๐ณ Start the Backend with Dockerโ
Run all backend services using Docker Compose:
docker-compose up -d
This command will start:
- Microservices
- Database(s)
- Admin Server
- API gateway
๐ Run the Admin Frontendโ
Navigate to the admin-spa
folder to install and run the Angular app:
cd admin-spa
npm install
ng serve
๐ Application Accessโ
Component | URL | Notes |
---|---|---|
Frontend (SPA) | http://localhost:4200 | Login with your OOHM.io credentials |
Admin Server | http://localhost:2010 | Explore generated microservices |
๐ก Tips for Architectsโ
- Use the PoC to validate your microservice structure before production.
- The system is modular and scalable, ready for deployment in any cloud.
- You can extend the services, entities, and configuration to fit enterprise needs.
- Keep the Git repo updated to track changes and enable team collaboration.
๐ฌ Need help running or customizing your PoC?
Reach out to us at contact@oohm.io