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
ff2326ed
Commit
ff2326ed
authored
Feb 08, 2022
by
Lihinikaduwa D.N.R.
Browse files
Options
Browse Files
Download
Plain Diff
changed
parents
ad5b090a
f49ef92e
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
37 additions
and
6 deletions
+37
-6
.DS_Store
.DS_Store
+0
-0
API/app.py
API/app.py
+1
-6
backend/.DS_Store
backend/.DS_Store
+0
-0
frontend/package-lock.json
frontend/package-lock.json
+35
-0
frontend/package.json
frontend/package.json
+1
-0
No files found.
.DS_Store
View file @
ff2326ed
No preview for this file type
API/app.py
View file @
ff2326ed
...
...
@@ -45,10 +45,5 @@ def abc():
if
__name__
==
"__main__"
:
<<<<<<<
HEAD
# app.run(host='192.168.1.101')
=======
app
.
run
(
host
=
'192.168.8.102'
)
>>>>>>>
214242e2720
ae6c4a2b68a5dcc181a9640a724ab
# app.run(host='192.168.8.100,port='5000', debug=True)
# app.run(debug=True)
backend/.DS_Store
View file @
ff2326ed
No preview for this file type
frontend/package-lock.json
View file @
ff2326ed
...
...
@@ -15,6 +15,7 @@
"native-base": "^3.2.2",
"react": "17.0.2",
"react-native": "0.66.2",
"react-native-audio-recorder-player": "^3.3.4",
"react-native-chartjs": "^1.0.3",
"react-native-elements": "^3.4.2",
"react-native-fontawesome": "^7.0.0",
...
...
@@ -6539,6 +6540,15 @@
"node": ">=8"
}
},
"node_modules/dooboolab-welcome": {
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/dooboolab-welcome/-/dooboolab-welcome-1.3.2.tgz",
"integrity": "sha512-2NbMaIIURElxEf/UAoVUFlXrO+7n/FRhLCiQlk4fkbGRh9cJ3/f8VEMPveR9m4Ug2l2Zey+UCXjd6EcBqHJ5bw==",
"hasInstallScript": true,
"bin": {
"dooboolab-welcome": "bin/hello.js"
}
},
"node_modules/ee-first": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
...
...
@@ -13840,6 +13850,18 @@
"react": "17.0.2"
}
},
"node_modules/react-native-audio-recorder-player": {
"version": "3.3.4",
"resolved": "https://registry.npmjs.org/react-native-audio-recorder-player/-/react-native-audio-recorder-player-3.3.4.tgz",
"integrity": "sha512-f56FdRplru8AozbdqTeitT5yyO7/e6NGJQuGxWHCyJpx2aJObqGKKNPgCwP0kiTAMekC4EpIHF+L/9fBY+UwNg==",
"dependencies": {
"dooboolab-welcome": "^1.3.2"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
}
},
"node_modules/react-native-chartjs": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/react-native-chartjs/-/react-native-chartjs-1.0.3.tgz",
...
...
@@ -23775,6 +23797,11 @@
}
}
},
"dooboolab-welcome": {
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/dooboolab-welcome/-/dooboolab-welcome-1.3.2.tgz",
"integrity": "sha512-2NbMaIIURElxEf/UAoVUFlXrO+7n/FRhLCiQlk4fkbGRh9cJ3/f8VEMPveR9m4Ug2l2Zey+UCXjd6EcBqHJ5bw=="
},
"ee-first": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
...
...
@@ -29482,6 +29509,14 @@
}
}
},
"react-native-audio-recorder-player": {
"version": "3.3.4",
"resolved": "https://registry.npmjs.org/react-native-audio-recorder-player/-/react-native-audio-recorder-player-3.3.4.tgz",
"integrity": "sha512-f56FdRplru8AozbdqTeitT5yyO7/e6NGJQuGxWHCyJpx2aJObqGKKNPgCwP0kiTAMekC4EpIHF+L/9fBY+UwNg==",
"requires": {
"dooboolab-welcome": "^1.3.2"
}
},
"react-native-chartjs": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/react-native-chartjs/-/react-native-chartjs-1.0.3.tgz",
frontend/package.json
View file @
ff2326ed
...
...
@@ -17,6 +17,7 @@
"native-base"
:
"^3.2.2"
,
"react"
:
"17.0.2"
,
"react-native"
:
"0.66.2"
,
"react-native-audio-recorder-player"
:
"^3.3.4"
,
"react-native-chartjs"
:
"^1.0.3"
,
"react-native-elements"
:
"^3.4.2"
,
"react-native-fontawesome"
:
"^7.0.0"
,
...
...
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