Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
21_22-J 38
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
21_22-J 38
21_22-J 38
Commits
e88f4339
Commit
e88f4339
authored
Jan 02, 2022
by
W.D.R.P. Sandeepa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
api configuration
parent
db3635df
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
5 deletions
+7
-5
.idea/21_22j-38.iml
.idea/21_22j-38.iml
+4
-2
.idea/misc.xml
.idea/misc.xml
+1
-1
API/__pycache__/app.cpython-39.pyc
API/__pycache__/app.cpython-39.pyc
+0
-0
API/db/__pycache__/dbConnection.cpython-39.pyc
API/db/__pycache__/dbConnection.cpython-39.pyc
+0
-0
API/db/dbConnection.py
API/db/dbConnection.py
+2
-2
API/routes/__pycache__/__init__.cpython-39.pyc
API/routes/__pycache__/__init__.cpython-39.pyc
+0
-0
API/routes/__pycache__/reading.cpython-39.pyc
API/routes/__pycache__/reading.cpython-39.pyc
+0
-0
No files found.
.idea/21_22j-38.iml
View file @
e88f4339
<?xml version="1.0" encoding="UTF-8"?>
<module
type=
"WEB_MODULE"
version=
"4"
>
<component
name=
"NewModuleRootManager"
>
<content
url=
"file://$MODULE_DIR$"
/>
<orderEntry
type=
"jdk"
jdkName=
"Python 3.9"
jdkType=
"Python SDK"
/>
<content
url=
"file://$MODULE_DIR$"
>
<excludeFolder
url=
"file://$MODULE_DIR$/venv"
/>
</content>
<orderEntry
type=
"jdk"
jdkName=
"Python 3.9 (21_22j-38)"
jdkType=
"Python SDK"
/>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
</component>
</module>
\ No newline at end of file
.idea/misc.xml
View file @
e88f4339
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"ProjectRootManager"
version=
"2"
project-jdk-name=
"Python 3.9"
project-jdk-type=
"Python SDK"
/>
<component
name=
"ProjectRootManager"
version=
"2"
project-jdk-name=
"Python 3.9
(21_22j-38)
"
project-jdk-type=
"Python SDK"
/>
</project>
\ No newline at end of file
API/__pycache__/app.cpython-39.pyc
0 → 100644
View file @
e88f4339
File added
API/db/__pycache__/dbConnection.cpython-39.pyc
0 → 100644
View file @
e88f4339
File added
API/db/dbConnection.py
View file @
e88f4339
...
...
@@ -7,13 +7,13 @@ def create_con():
database
=
"helply"
,
host
=
"127.0.0.1"
,
user
=
"root"
,
password
=
"
12345678
"
password
=
"
rp19970520
"
)
return
db
def
create_con_pandas
():
db_connection_str
=
'mysql+mysqlconnector://root:
12345678
@127.0.0.1/helply'
db_connection_str
=
'mysql+mysqlconnector://root:
rp19970520
@127.0.0.1/helply'
db
=
create_engine
(
db_connection_str
)
return
db
...
...
API/routes/__pycache__/__init__.cpython-39.pyc
0 → 100644
View file @
e88f4339
File added
API/routes/__pycache__/reading.cpython-39.pyc
0 → 100644
View file @
e88f4339
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment