An open API service indexing awesome lists of open source software.

https://github.com/amidug/hmcrawler


https://github.com/amidug/hmcrawler

flask heroku

Last synced: about 1 month ago
JSON representation

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.

![Home page:](images/homepage.png)

![Search page:](images/searchpage.png)

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