A trip planner and travel guide application which offers activity suggestions and personalized day plans based on user’s preferences and profile.
2
stars
0
forks
source link
[HH-37][DATABASE] Create library for database processing #38
Closed
cristighr1995 closed 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
anddelete
.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.