Skip to content

Commit db7afa2

Browse files
committed
recreating backend
1 parent de4a74b commit db7afa2

937 files changed

Lines changed: 95334 additions & 35 deletions

File tree

Some content is hidden

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

assets/Express_Theory_Guide.pdf

3.64 KB
Binary file not shown.

backend/.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
MAIN_PORT=8000

backend/db/tasks.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[
2+
{
3+
"taskTitle": "hello world",
4+
"time": "2026-04-02T10:13",
5+
"priority": "work",
6+
"taskType": "Focus"
7+
},
8+
{
9+
"taskTitle": "test",
10+
"time": "2026-04-16T10:27",
11+
"priority": "work",
12+
"taskType": "Focus"
13+
}
14+
]

backend/db/users.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[
2+
{
3+
"id": 1,
4+
"name": "Yassine",
5+
"age": 23,
6+
"displayName": "test"
7+
},
8+
{
9+
"id": 2,
10+
"name": "Ali",
11+
"age": 25
12+
}
13+
]

backend/node_modules/.bin/nodemon

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

backend/node_modules/.bin/nodemon.cmd

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

backend/node_modules/.bin/nodemon.ps1

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

backend/node_modules/.bin/nodetouch

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

backend/node_modules/.bin/nodetouch.cmd

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

backend/node_modules/.bin/nodetouch.ps1

Lines changed: 28 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)