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
- Host: GitHub
- URL: https://github.com/huangkai1008/market-admin
- Owner: Huangkai1008
- License: mit
- Created: 2019-09-15T05:43:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-07T22:55:17.000Z (over 3 years ago)
- Last Synced: 2025-08-02T06:30:47.260Z (10 months ago)
- Topics: asgi, asyncio, fastapi, market-admin, python3, python37, tortoise-orm
- Language: Python
- Size: 157 KB
- Stars: 6
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Market-Admin
market-admin is a Market background management system with [fastapi](https://fastapi.tiangolo.com/).
[](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/)