Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rexsimiloluwah/sonic-generator
The simplest and most efficient tool for automatically generating your FastAPI project starter templates in a JIFFY !
https://github.com/rexsimiloluwah/sonic-generator
fastapi fastapi-boilerplate pypi-package
Last synced: 3 months ago
JSON representation
The simplest and most efficient tool for automatically generating your FastAPI project starter templates in a JIFFY !
- Host: GitHub
- URL: https://github.com/rexsimiloluwah/sonic-generator
- Owner: rexsimiloluwah
- Created: 2020-12-31T12:18:51.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-23T21:09:16.000Z (about 4 years ago)
- Last Synced: 2024-04-27T07:33:31.684Z (10 months ago)
- Topics: fastapi, fastapi-boilerplate, pypi-package
- Language: Python
- Homepage: https://pypi.org/project/sonic-generator/
- Size: 97.7 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sonic Generator
A CLI app for automatically generating a starter template for your FastAPI projects in a jiffy.
| Latest Release | [![latest release](https://img.shields.io/badge/pip-v1.1.0-blue.svg)](https://pypi.org/project/sonic-generator/) |
| :--- | :--- |
| Release Status | [![status](https://img.shields.io/badge/status-stable-brightgreen.svg)](./) |
| License | [![license](https://img.shields.io/badge/license-MIT-orange.svg)](./) |# Installation
### Using pip
```bash
$ pip install sonic-generator
```
## Installing manually```bash
$ git clone https://github.com/rexsimiloluwah/sonic-generator
$ cd sonic-generator
$ python setup.py install
```
# Usage```bash
$ python -m sonic generate
```## Testing
```bash
$ cd
``````bash
$ python main.py
```> Go 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.
## Contributing Guide
All contributions are welcome to add more features and fix bugs, Contribution guide coming soon.
### Thanks for using Sonic generator.