Skip to content

PiyushSingh-ZS/zopdev

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

232 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zop.dev Logo

ZopDev is a cloud orchestration platform that streamlines cloud management. It automates cloud infrastructure management by optimizing resource allocation, preventing downtime, streamlining deployments, and enabling seamless scaling across AWS, Azure and GCP.

Contributing

💡 Key Features

  1. Cloud Agnostic
  2. Automated Audits

👍 Contribute

To contribute please refer to the CONTRIBUTING.md file.

Installation

Prerequisites

  • Docker installed on your system.
  • Node.js version "^18.18.0 || ^19.8.0 || >= 20.0.0" is required.
  • Go (v1.24 or later)

Running Locally

zop-api

Run the following command to pull and start the Docker image for the zop-api:

    docker run -d -p 8000:8000 --name zop-api zopdev/api:v0.4.0

zop-ui

Run the following command to pull and start the Docker image for the zop-ui:

    docker run -d -p 3000:8000 -e API_BASE_URL='http://localhost:8000' --name zop-ui zopdev/dashboard:v0.4.0

Note: The environment variable API_BASE_URL is used by zop-ui to connect to the zop-api. Ensure that the value matches the API's running base URL.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Go 66.0%
  • JavaScript 33.1%
  • Other 0.9%