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.py
command. This will create or overwrite thedatabase.db
file that is used by the web application. - Run the TechTrends application by using the
python app.py
command. The application is running on port3111
and you can access it by querying thehttp://127.0.0.1:3111/
endpoint.
This project uses Github Actions to deploy it's image to dockerhub.
- Check techtrends-dockerhub.yml