-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creating Backend Folder Structure #313
Labels
effort: level 3
How much effort is needed for this task
priority: high
Issue is important, must be resolved in a reasonable time
state: assigned
This task is currently assigned to a contributor
state: In progress
This task is currently being developed
team: back-end
Issue is part of back-end development
Comments
Seems good. Thanks. Only:
|
Services:
Controllers:
|
Got it. |
bgmrsln
added a commit
that referenced
this issue
Oct 14, 2023
It seems its ok to close this issue? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
effort: level 3
How much effort is needed for this task
priority: high
Issue is important, must be resolved in a reasonable time
state: assigned
This task is currently assigned to a contributor
state: In progress
This task is currently being developed
team: back-end
Issue is part of back-end development
Issue Description
Creating a well-organized folder structure for a backend project is essential for maintainability, collaboration, and ease of development. Structure should include
Disaster-Response-Platform/
main.py
Controllers
Models
Database
Services
Config
Tests
Dockerfile
requirements.txt
.env
.gitignore
README.md
...
Used link for the structure: https://medium.com/@ketansomvanshi007/structuring-a-fastapi-app-an-in-depth-guide-cdec3b8f4710
Deadline of the Issue
17.10.2023
Reviewer
Mehmet Kuzulugil
The text was updated successfully, but these errors were encountered: