Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ananyaarun/news-app-in-flask
A news application built using flask
https://github.com/ananyaarun/news-app-in-flask
Last synced: 17 days ago
JSON representation
A news application built using flask
- Host: GitHub
- URL: https://github.com/ananyaarun/news-app-in-flask
- Owner: ananyaarun
- Created: 2018-04-30T16:59:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-13T07:22:50.000Z (about 6 years ago)
- Last Synced: 2024-11-09T09:53:11.665Z (2 months ago)
- Language: HTML
- Size: 930 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NEWS APPLICATION
## ITWS-2 Project by Ananya Arun
### Pre-requisites
1. Python 3
- Link to installation instructions : https://realpython.com/installing-python/`sudo apt-get install python3`
2. Flask
- Link to installation instructions : http://flask.pocoo.org/docs/0.12/installation/
`pip3 install flask`### Steps To Run The News App:-
1. git clone https://github.com/ananyaarun/News-App-in-Flask.git
2. cd News-App-in-Flask/Project
3. python3 app.pyThe following files will currently work on http ,
To run the app with https make the following changes in app.py:-
1. app.run(ssl_context=('cert.pem', 'key.pem'))
2. make all the links from http to https