sonic generator
1.0.0
A CLI app for automatically generating a starter template for your FastAPI projects in a jiffy.
| Latest Release | |
|---|---|
| Release Status | |
| License |
$ pip install sonic-generator $ git clone https://github.com/rexsimiloluwah/sonic-generator
$ cd sonic-generator
$ python setup.py install$ python -m sonic generate <app-name>$ cd <app-name>$ python main.pyGo to http://localhost:8000 in your browser to view the generated ap
To view the interactive swagger docs, Go to http://localhost:8000/docs
Edit the files and quickly build your FastAPI project.
All contributions are welcome to add more features and fix bugs, Contribution guide coming soon.