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

https://github.com/huangkai1008/market-admin

market backend manage system based on fastapi
https://github.com/huangkai1008/market-admin

asgi asyncio fastapi market-admin python3 python37 tortoise-orm

Last synced: 7 months ago
JSON representation

market backend manage system based on fastapi

Awesome Lists containing this project

README

          

# Market-Admin

market-admin is a Market background management system with [fastapi](https://fastapi.tiangolo.com/).

[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

## Contents

- [Installation](#installation)
- [Usage](#Usage)
- [License](#License)

## Installation
1. Get the project
```bash
go -get https://github.com/Huangkai1008/market-admin
```

2. Make sure you have installed [poetry](https://github.com/sdispater/poetry)
```bash
pip install poetry
```

## Usage

```bash
poetry install # Add the libs
poetry shell # Start the virtualenvs
uvicorn app.main:app --reload # Start the uvicorn server
```

## License
[MIT](https://www.mit-license.org/)