Skip to content

Formatio is an open-source cloud platform that simplifies application deployment and management.

License

Notifications You must be signed in to change notification settings

Overal-X/formatio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Formatio

Formatio is an open-source cloud platform designed to simplify application deployment and management. It provides a streamlined experience for developers by automating infrastructure setup, scaling, and monitoring. With Formatio, you can easily deploy applications, manage resources, and ensure high availability without deep infrastructure expertise.

Roadmap

https://github.com/Overal-X/formatio/milestones

Development

Prerequisites

Ensure you have the following installed:

Clone the Repository

 git clone https://github.com/overal-x/formatio.git
 cd formatio

Backend Setup

cd server
cp .env.example .env  # Configure environment variables
docker-compose up -d  # Start Postgres, Redis, and RabbitMQ
make run  # Start the backend

Frontend Setup

cd client
yarn install  # Install dependencies
yarn dev  # Start the frontend

Contributing

We welcome contributions from the community! Here’s how you can get started:

  1. Understand the Monorepo Structure:

    • server/ - Contains the backend code (Golang, Postgres, Redis, RabbitMQ)
    • client/ - Contains the frontend code (Svelte 5)
  2. Setup Your Development Environment:

    • Follow the installation steps above.
  3. Follow the Contribution Guidelines:

    • Fork the repository and create a feature branch.
    • Write clear and concise commit messages.
    • Ensure your code passes tests and linting.
  4. Submit a Pull Request:

    • Describe your changes in detail.
    • Reference related issues (if any).
  5. Join Discussions:

    • Open an issue for feature requests or bugs.
    • Engage in discussions via GitHub or our community channels.

License

Formatio is released under the MIT License.

Community & Support

About

Formatio is an open-source cloud platform that simplifies application deployment and management.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published