Skip to content

Commit e96c103

Browse files
committed
Add locations file and add dependency
1 parent a5d5458 commit e96c103

File tree

3 files changed

+57
-0
lines changed

3 files changed

+57
-0
lines changed

locations.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"lastUpdated": "1692165695008",
3+
"locations": [
4+
{
5+
"id": 1,
6+
"name": "Food Club",
7+
"totalCapacity": 50,
8+
"currentCapacity": 20
9+
},
10+
{
11+
"id": 2,
12+
"name": "Makan Place",
13+
"totalCapacity": 75,
14+
"currentCapacity": 50
15+
},
16+
{
17+
"id": 3,
18+
"name": "Munch",
19+
"totalCapacity": 30,
20+
"currentCapacity": 20
21+
}
22+
]
23+
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"main": "app.js",
33
"dependencies": {
4+
"body-parser": "^1.20.2",
45
"express": "^4.18.2"
56
},
67
"scripts": {

pnpm-lock.yaml

Lines changed: 33 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)