cristighr1995 / Holiholic

A trip planner and travel guide application which offers activity suggestions and personalized day plans based on user’s preferences and profile.
Apache License 2.0
2 stars 0 forks source link

[HH-37][DATABASE] Create library for database processing #38

Closed cristighr1995 closed 5 years ago

cristighr1995 commented 5 years ago

This PR contains an external API to be used for further database operations.

It contains a high level implementation of the database operations like select, insert, update and delete.

The credentials are hidden so in order to use this API you need to create a db_credentials.json file and put it in the root of the project.

cristighr1995 commented 5 years ago

Related issue: https://github.com/cristighr1995/Holiholic/issues/37