Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 !

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
```
Generated app

## 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

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.