-
Notifications
You must be signed in to change notification settings - Fork 0
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
Finished initial work with api #1
Conversation
LLkaia
commented
Dec 15, 2023
- added models for article
- added functions to work with MongoDB
- added routs for search and concrete article
- added scripts for scraping
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In general please add documentation to ur files. Follow PEP 8 and PEP 257.
README file is important to understand what's going on in ur project but ur README file is empty so please update README.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If u don't need empty init files would be better to delete them.
FastAPI's docs recommend to use them (i agree that they are not necessary in python now) |