Skip to main content

๐Ÿงช 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:


๐Ÿš€ 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โ€‹

ComponentURLNotes
Frontend (SPA)http://localhost:4200Login with your OOHM.io credentials
Admin Serverhttp://localhost:2010Explore 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