Skip to content

Apptive-Game-Team/MaechuriAIServer

Repository files navigation

MaechuriAIServer


Project Structure

Files related to application are in the app or tests directories.

Application parts are:

app
├── api              - web related stuff.
│   ├── dependencies - dependencies for routes definition.
│   ├── errors       - definition of error handlers.
│   └── routes       - web routes.
├── core             - application configuration, startup events, logging.
├── db               - db related stuff.
│   ├── migrations   - manually written alembic migrations.
│   └── repositories - all crud stuff.
├── models           - pydantic models for this application.
│   ├── domain       - main models that are used almost everywhere.
│   └── schemas      - schemas for using in web routes.
├── resources        - strings that are used in web responses.
├── services         - logic that is not just crud related.
└── main.py          - FastAPI application creation and configuration.

It comes from: https://github.com/nsidnev/fastapi-realworld-example-app.git (Thanks)


Start

uvicorn app.main:app --reload

About

매추리 프로젝트의 AI Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors