- Prerequisites: Python, Node.js and Vue.js should be installed
- Create OpenAPI YML file
- Run the backend generator:
$ cd backend_generator
$ poetry install
$ poetry run python -m fastapi_scaffolder -i example.yml -o testapp
- Run the frontend generator:
$ cd ../frontend_generator
$ chmod +x cli.js
$ ./cli.js
- Launch the Vue app:
$ cd ../vue_app
$ npm run dev