https://github.com/amidug/hmcrawler
https://github.com/amidug/hmcrawler
flask heroku
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/amidug/hmcrawler
- Owner: AmiDug
- Created: 2024-08-19T12:32:24.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-27T12:29:50.000Z (over 1 year ago)
- Last Synced: 2025-06-21T10:42:28.501Z (about 1 year ago)
- Topics: flask, heroku
- Language: Python
- Homepage:
- Size: 278 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a web application that receives mock store data from [FakeStoreApi](https://fakestoreapi.com/) and allows a user to search for items and display them.
The web framework used is Flask and SQLAlchemy is used as an object relational mapper for a SQLite3 database.


The application also contains the following features:
Unit & integration tests using mock objects, patching and test doubles
Production monitoring using ScoutAMP as a Heroku addon
Event collaboration messaging using CloudAMQP as a Heroku addon
Continuous integration using Github Actions
Continuous delivery using Heroku