Skip to content

impriyanshusah/treenq

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

treenq

It's a Platform as a Code to let you deliver, build, manage cloud resource and dependencies right from the code in order to:

  • get rid of .env files
  • give 0 buttons clicking on a platform
  • provide easy debugging across the system
  • testable infra
  • pluggable system

API Design

TBD

How to run

  • install go https://go.dev/doc/install
  • install sqlite (temporary solution to keep the persistent state) https://sqlite.org/download.html
  • run go run cmd/server/main.go
  • start using api: e.g. create your repository connection curl -X POST -v http://localhost:8000/connect -d '{"url": "http://github.com/whatever/youwant"}'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%