Skip to content

let-robots-reign/fastapi-scaffolder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fastapi-scaffolder

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published