Skip to content

Commit

Permalink
Remove unnecessary project generation comment and reorganize director…
Browse files Browse the repository at this point in the history
…y structure
  • Loading branch information
AndPuQing committed Jan 15, 2024
1 parent 60f4441 commit 5e62af9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# bemore

This project was generated using fastapi_template.

## Poetry

Expand Down Expand Up @@ -50,12 +49,8 @@ $ tree "bemore"
bemore
├── conftest.py # Fixtures for all tests.
├── db # module contains db configurations
│   ├── dao # Data Access Objects. Contains different classes to interact with database.
│   └── models # Package contains different models for ORMs.
├── __main__.py # Startup script. Starts uvicorn.
├── services # Package for different external services such as rabbit or redis etc.
├── settings.py # Main configuration settings for project.
├── static # Static content.
├── tests # Tests for project.
└── web # Package contains web server. Handlers, startup config.
├── api # Package with all handlers.
Expand Down

0 comments on commit 5e62af9

Please sign in to comment.