We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
member of the development team
organize python code into a clean file structure
more easily dockerize, and host code on AWS lambda
root │ ├── backend (currently called scrapers) │ ├── src │ │ ├── database.py │ │ ├── scrapers │ │ │ ├── __init__.py │ │ │ ├── # scraper files here │ │ ├── cleaners │ │ │ ├── __init__.py │ │ │ └── # cleaner files here │ │ ├── models │ │ │ ├── __init__.py │ │ │ └── # model files here │ └── app.py │ └── Dockerfile │ └── # lambda function entry points │ └── frontend # frontend code here
The text was updated successfully, but these errors were encountered:
waseem-polus
temitayoaderounmu
athiya26
When branches are created from issues, their pull requests are automatically linked.
As a...
member of the development team
Wants to...
organize python code into a clean file structure
So that...
more easily dockerize, and host code on AWS lambda
Acceptance Criteria
Resources
The text was updated successfully, but these errors were encountered: