Online Code Formatter.
For now, four languages are available with their formatters.
- Python3
- black
- yapf
- autopep8
- Golang
- gofmt
- Javascript
- prettier
- js-beautify
- Java
- google-java-format
A frontend and a backend are working on Kubernetes.
The frontend is made by create-react-app
.
Pure Golang backend, with gRPC and gin-go.
You can deploy the app via minikube. If you use Mac, you may need to pass --vm=true
option for using Ingress along with Minikube. Also, don't forget to enable ingress addon.
minikube start --vm=true
minikube addons enable ingress
Now, apply k8s definitions.
# WebLinterProject-main
bash deploy_k8s.sh
Check your Minikube ip and you are good to go!
minikube ip