Skip to content

Docker API built with Python, Flask and Oracle Database to be used as a starter template.

Notifications You must be signed in to change notification settings

caseyr003/python-oracledb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Oracle DB Template

This project is a flask api built with Python, Flask and Oracle Database to be used as a starter template.

Built With

Prerequisites

You will need the following things properly installed on your computer:

Installation

  • run git clone https://github.com/caseyr003/python-oracledb.git

Running

To run the project locally follow the following steps:

  • change into the project directory
  • docker build -t python/oracledb18 .
  • docker run -p 5000:5000 python/oracledb18

JSON API

The JSON API has sample endpoints to start development Must configure app.py to connect to your Oracle DB and update the SQL query

  • http://localhost:5000/api/test (returns data from Oracle DB connection)

About

Docker API built with Python, Flask and Oracle Database to be used as a starter template.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published