moahmedwafy commited on
Commit
84c1d83
·
1 Parent(s): fa482ac

update: enable lfs for csv and json

Browse files
.gitattributes ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ *.json filter=lfs diff=lfs merge=lfs -text
2
+ *.csv filter=lfs diff=lfs merge=lfs -text
.vscode/settings.json CHANGED
@@ -1,7 +1,3 @@
1
- {
2
- "cSpell.words": [
3
- "IJSON",
4
- "Routable",
5
- "tlds"
6
- ]
7
- }
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c0b48dacfac50e9a6b2846ef0f936609e17fc5f673d9651c5f3dc27fc672141
3
+ size 83
 
 
 
 
package-lock.json CHANGED
The diff for this file is too large to render. See raw diff
 
package.json CHANGED
@@ -1,49 +1,3 @@
1
- {
2
- "name": "modrab-backend",
3
- "version": "1.0.0",
4
- "description": "",
5
- "main": "dist/index.js",
6
- "scripts": {
7
- "start": "build && node dist/index.js",
8
- "start:dev": "ts-node-dev --files -r tsconfig-paths/register src/index.ts",
9
- "build": "rimraf dist && tsc && tsc-alias",
10
- "lint": "eslint . --ext .ts",
11
- "seed": "ts-node-dev --files -r tsconfig-paths/register src/seeder/seed.ts",
12
- "seed:reset": "ts-node --files -r tsconfig-paths/register src/seeder/seed.ts --reset"
13
- },
14
- "author": "",
15
- "license": "ISC",
16
- "devDependencies": {
17
- "@faker-js/faker": "^8.4.1",
18
- "@types/express": "^4.17.21",
19
- "@types/swagger-ui-express": "^4.1.6",
20
- "@types/uuid": "^9.0.8",
21
- "nodemon": "^3.0.2",
22
- "ts-node": "^10.9.2",
23
- "ts-node-dev": "^2.0.0",
24
- "tsconfig-paths": "^4.2.0",
25
- "typescript": "^5.3.3"
26
- },
27
- "dependencies": {
28
- "@hapi/joi": "^17.1.1",
29
- "@types/glob": "^8.1.0",
30
- "bcrypt": "^5.1.1",
31
- "class-transformer": "^0.5.1",
32
- "cors": "^2.8.5",
33
- "csv-parser": "^3.0.0",
34
- "dotenv": "^16.3.1",
35
- "express": "^4.18.2",
36
- "express-joi-validation": "^5.0.1",
37
- "glob": "^10.3.10",
38
- "http": "^0.0.1-security",
39
- "i": "^0.3.7",
40
- "joi": "^17.12.1",
41
- "jsonwebtoken": "^9.0.2",
42
- "mongoose": "^8.0.3",
43
- "npm": "^10.2.5",
44
- "path": "^0.12.7",
45
- "swagger-ui-express": "^5.0.0",
46
- "tsc-alias": "^1.8.8",
47
- "uuid": "^10.0.0"
48
- }
49
- }
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9aece3f649135840c6f64ea13e415015958aeed2c4e35368a6725006d4780ada
3
+ size 1405
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
src/resources/exercises.csv CHANGED
The diff for this file is too large to render. See raw diff
 
src/resources/meals.json CHANGED
The diff for this file is too large to render. See raw diff
 
tsconfig.json CHANGED
@@ -1,20 +1,3 @@
1
- {
2
- "include": ["src/**/*.ts"],
3
- "compilerOptions": {
4
- "module": "commonjs",
5
- "esModuleInterop": true,
6
- "target": "es6",
7
- "moduleResolution": "node",
8
- "sourceMap": true,
9
- "outDir": "dist",
10
- "experimentalDecorators": true,
11
- "baseUrl": "./src",
12
- "paths": {
13
- "@lib/*": ["lib/*"],
14
- "@common/*": ["common/*"],
15
- "@configs/*": ["configs/*"],
16
- "@helpers/*": ["helpers/*"]
17
- }
18
- },
19
- "lib": ["es2015"]
20
- }
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1aa3fd89d57313ed62ac6a94eca451b6b2067bbef63bbd89738130a61d2d79f5
3
+ size 445