Skip to content

Commit be9a3d6

Browse files
committed
adding files
1 parent 46df783 commit be9a3d6

File tree

1,213 files changed

+220789
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,213 files changed

+220789
-3
lines changed

.github/dependabot.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for all configuration options:
4+
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5+
6+
version: 2
7+
updates:
8+
- package-ecosystem: "npm" # See documentation for possible values
9+
directory: "/enatega-multivendor-admin" # Location of package manifests
10+
schedule:
11+
interval: "weekly"
12+
- package-ecosystem: "npm" # See documentation for possible values
13+
directory: "/enatega-multivendor-app" # Location of package manifests
14+
schedule:
15+
interval: "weekly"
16+
- package-ecosystem: "npm" # See documentation for possible values
17+
directory: "/enatega-multivendor-restaurant" # Location of package manifests
18+
schedule:
19+
interval: "weekly"
20+
- package-ecosystem: "npm" # See documentation for possible values
21+
directory: "/enatega-multivendor-rider" # Location of package manifests
22+
schedule:
23+
interval: "weekly"
24+
- package-ecosystem: "npm" # See documentation for possible values
25+
directory: "/enatega-multivendor-web" # Location of package manifests
26+
schedule:
27+
interval: "weekly"

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.expo
2+
.DS_Store

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 Raymond James
3+
Copyright (c) 2023 Ninjas Code
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 236 additions & 2 deletions

assets/Customer-app.png

2.88 MB

assets/LOGOS-FOR-ENATGEA-res.png

25.2 KB

assets/React-strap.png

47.1 KB

assets/Untitled-1-1.png

23.5 KB

assets/Web-app-scaled.webp

145 KB
Binary file not shown.

assets/admin1.png

341 KB

assets/admin2.png

336 KB

assets/admin3.png

347 KB

assets/amplitude.png

26.1 KB

assets/android_518705.png

20.7 KB

assets/apollo.png

8.65 KB

assets/architecture.png

419 KB

assets/customer1.jpeg

36.9 KB

assets/customer2.jpeg

54.2 KB

assets/customer3.jpeg

38.5 KB

assets/customerWeb1.png

341 KB

assets/customerWeb2.png

251 KB

assets/customerWeb3.png

232 KB

assets/dasboard-scaled.webp

94.2 KB
Binary file not shown.

assets/expoicon.png

24.1 KB

assets/express-js.png

44.7 KB

assets/final.green.final.1.jpg

4.69 MB

assets/firebase.png

12.6 KB

assets/graphQl-1.png

14.9 KB

assets/high-level.png

187 KB

assets/logooo.png

24.3 KB

assets/mongoDB.png

21.1 KB

assets/node-js.png

10.2 KB

assets/react-js.png

95.5 KB

assets/react-native.png

155 KB

assets/react-navigation.png

26.9 KB

assets/react-router-svgrepo-com.png

15.8 KB

assets/restaurant1.png

116 KB

assets/restaurant2.jpeg

45.7 KB

assets/restaurant3.jpeg

48.4 KB

assets/restuarant-app-1-scaled.webp

135 KB
Binary file not shown.

assets/rider-app.png

2.84 MB

assets/rider1.jpeg

42.2 KB

assets/rider2.jpeg

48.9 KB

assets/rider3.jpeg

49.2 KB

assets/social_10096939.png

25.8 KB

assets/thumbnail.png

130 KB

assets/worldwide.png

29.7 KB

contributing/contributing.md

Lines changed: 17 additions & 0 deletions
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
src/assets/*
2+
public/*
3+
build/*
4+
server/*
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"env": {
3+
"browser": true,
4+
"es6": true
5+
},
6+
"extends": [
7+
"plugin:react/recommended"
8+
],
9+
"globals": {
10+
"Atomics": "readonly",
11+
"SharedArrayBuffer": "readonly"
12+
},
13+
"parserOptions": {
14+
"ecmaFeatures": {
15+
"jsx": true
16+
},
17+
"ecmaVersion": 10,
18+
"sourceType": "module"
19+
},
20+
"plugins": [
21+
"react"
22+
],
23+
"rules": {
24+
"space-before-function-paren": ["error", "never"],
25+
"react/prop-types": 0
26+
}
27+
}

enatega-multivendor-admin/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
node_modules
2+
/build
3+
.env
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
src/assets/*
2+
public/*
3+
build/*
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = 'prettier-config-standard'

enatega-multivendor-admin/LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2019 Creative Tim
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

0 commit comments

Comments
 (0)