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
- Host: GitHub
- URL: https://github.com/maxritter/techtrends
- Owner: maxritter
- Created: 2022-04-03T11:08:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-04T08:58:27.000Z (over 4 years ago)
- Last Synced: 2025-02-17T14:49:37.326Z (over 1 year ago)
- Language: Python
- Size: 717 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.