irahulgulati / newsapi

A Docker containerized Python flask API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker container for Python news API. (Note- This is stricitly for personal use)

Created and Maintained by: irahulgulati

This will be updated more soon.

Setup (Requirements)

Development build

1.	Python 3.0+
2.	Install all dependencies in requirements.txt ( pip install -r requirements.txt)
3.	run the app with "python application.py" (default port is 5000)

Production build

1.	Docker:latest should be installed.
2.	In root directory(where docker-compose.yaml file is ) run docker-compose up command.
3.	Services will be up on port 80.

About

A Docker containerized Python flask API


Languages

Language:Python 91.4%Language:Dockerfile 8.6%