Goal Description
Currently we have a Flask App where we make api calls, but wer should transfer it to Django for better data vialization and integrate it whit the Scrapper.
Success Criteria
This should be the simplistic course of action:
[x] #4
[x] -> Create the models from flask app into multiple django app's models
[x] -> Create the serializers for each model
[x] -> Create admin view
[ ] -> Implement firebase auth
[x] -> Implement notifcations
[x] -> Create basic views
[x] -> Create basic filters
[x] -> Create restfull api
[x] -> Implement methods from old flask api
[ ] -> Create tests
Use sphinx for documentation.
Use pyTest for tests.
Stick to the methods and keep the code simple and clean.
Goal Description Currently we have a Flask App where we make api calls, but wer should transfer it to Django for better data vialization and integrate it whit the Scrapper.
Success Criteria
This should be the simplistic course of action:
Use sphinx for documentation. Use pyTest for tests.
Stick to the methods and keep the code simple and clean.