Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 1.4 KB

README.md

File metadata and controls

53 lines (36 loc) · 1.4 KB

Sonic Generator

A CLI app for automatically generating a starter template for your FastAPI projects in a jiffy.

Latest Release latest release
Release Status status
License license

Installation

Using pip

  $ pip install sonic-generator

Installing manually

  $ git clone https://github.com/rexsimiloluwah/sonic-generator
  $ cd sonic-generator
  $ python setup.py install

Usage

$ python -m sonic generate <app-name>

Generated app

Testing

$ cd <app-name>
$ 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

Sonic in Browser

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.