Skip to content

The simplest and most efficient tool for automatically generating your FastAPI project starter templates in a JIFFY !

Notifications You must be signed in to change notification settings

rexsimiloluwah/sonic-generator

Repository files navigation

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.

About

The simplest and most efficient tool for automatically generating your FastAPI project starter templates in a JIFFY !

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published