- OpenAPI http server generation
- Built-in Prometheus metrics
- Structured logging
- Multiple language code generation (Right now it's Go, Python and ExpressJS for backend, NuxtJS, React on Typescript based frontends)
Check out our docs for the installation guide.
Alternatively you can get the latest Mify CLI from Releases.
Before using it you need to install and start Docker which is used for running some code generation tasks, You can refer to Docker's guide for installation.
Right now Mify should work on Linux, Mac and WSL.
At this moment Mify supports Go, Python and ExpressJS based templates for backends, and NuxtJS and React on Typescript for frontends, here's what you need to install before starting developing in your choosen template:
-
Go:
- Go >= 1.18
-
Python (Beta):
- Python >= 3.8
- python3-pip
- python3-venv
-
NuxtJS, React, ExpressJS:
- Node >= 18.12.1
- Yarn
You can always install mify from main branch using Go:
$ go install github.com/mify-io/mify/cmd/mify@latest
Create your first project: https://mify.io/docs
Guide on how to create sample backend and frontend app: https://mify.io/docs/guides/overview
If you have any questions, join our Discord channel!