Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/albasyir/clarity
Clarify is a cloud platform that automates the deployment, management, and scaling of your applications. Designed with developers in mind, Clarify offers a hassle-free experience, supporting multiple programming languages and frameworks. Focus on building your applications, and let Clarify handle the infrastructure.
https://github.com/albasyir/clarity
Last synced: 13 days ago
JSON representation
Clarify is a cloud platform that automates the deployment, management, and scaling of your applications. Designed with developers in mind, Clarify offers a hassle-free experience, supporting multiple programming languages and frameworks. Focus on building your applications, and let Clarify handle the infrastructure.
- Host: GitHub
- URL: https://github.com/albasyir/clarity
- Owner: albasyir
- License: mit
- Created: 2024-08-16T17:00:45.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-17T08:12:40.000Z (5 months ago)
- Last Synced: 2024-11-14T21:20:51.803Z (2 months ago)
- Language: TypeScript
- Homepage: https://clarity.albasyir.net
- Size: 295 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
## Description
Clarify is a cloud platform designed to simplify the deployment, management, and scaling of applications. Tailored for developers, Clarify offers a streamlined, user-friendly interface that automates infrastructure concerns such as databases, networking, and scaling. It supports a wide range of programming languages and frameworks, making it a versatile tool for effortlessly building and maintaining applications. With Clarify, developers can focus more on coding and less on managing infrastructure, ensuring a smooth and efficient development process.
## Installation
```bash
$ bun install
```## Running the app
```bash
# development
$ bun run start# watch mode
$ bun run start:dev# production mode
$ bun run start:prod
```## Test
```bash
# unit tests
$ bun run test# e2e tests
$ bun run test:e2e# test coverage
$ bun run test:cov
```## Support
Clatify is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please [follow this link](https://github.com/sponsors/albasyir).
## License
Nest is [MIT licensed](./LICENSE).