This is a Flask application that lists the latest articles within the cloud-native ecosystem.
To run this application there are 2 steps required:
- Initialize the database by using the
python init_db.pycommand. This will create or overwrite thedatabase.dbfile that is used by the web application. - Run the TechTrends application by using the
python app.pycommand. The application is running on port3111and you can access it by querying thehttp://127.0.0.1:3111/endpoint.