Closed Huy-Ngo closed 3 years ago
Each image should display following information:
User can enlarge an image to see it more clearly by clicking on the image.
The home page shows 10~20 sample images. User can load more images by clicking a button. Images should be loaded without refreshing the page.
Users can also choose to view from one source only.
Thanks to #19, not you can use the API for testing frontend.
To run:
static_crawler.py
EXPORT FLASK_APP=app.py
EXPORT FLASK_ENV=development
flask run
For Windows, please use cmd set
or read flask doc
yes sir, i will try my best
We have ~ 7 days before the deadline so please be hurry.
Please use JS to consume the API. You have to allow CORS in order to use the API btw.
The frontend needs to show images and caption by requesting from the crawler API.