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

https://github.com/maxritter/techtrends

Project 1 of the Udacity Cloud Native Nanodegree
https://github.com/maxritter/techtrends

Last synced: about 1 year ago
JSON representation

Project 1 of the Udacity Cloud Native Nanodegree

Awesome Lists containing this project

README

          

# TechTreds Web Application

This is a Flask application that lists the latest articles within the cloud-native ecosystem.

## Run

To run this application there are 2 steps required:

1. Initialize the database by using the `python init_db.py` command. This will create or overwrite the `database.db` file that is used by the web application.
2. Run the TechTrends application by using the `python app.py` command. The application is running on port `3111` and you can access it by querying the `http://127.0.0.1:3111/` endpoint.