-
Notifications
You must be signed in to change notification settings - Fork 0
/
project-info.json
83 lines (83 loc) · 1.78 KB
/
project-info.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "Ecommerce",
"description": "Essa API tem como objetivo de administrar produtos e clientes de seu ecommerce. Foi feita uma integrações com Stripe um sistema de pagamentos online e com os Correios para obter informações de entrega.",
"short_description": "Uma api feita para ecommerce",
"techs": [
{
"name": "Nest.js",
"url": "https://nestjs.com/"
},
{
"name": "Node.js",
"url": "https://nodejs.org/"
},
{
"name": "Typescript",
"url": "https://www.typescriptlang.org/"
},
{
"name": "Multer",
"url": "https://github.com/expressjs/multer"
},
{
"name": "TypeORM",
"url": "https://typeorm.io/#/"
},
{
"name": "JWT",
"url": "https://jwt.io/"
},
{
"name": "Handlebars",
"url": "https://handlebarsjs.com/"
},
{
"name": "PostgreSQL",
"url": "https://www.postgresql.org/"
},
{
"name": "MongoDB",
"url": "https://www.mongodb.com/"
},
{
"name": "Redis",
"url": "https://redis.io/"
},
{
"name": "Tsyringe",
"url": "https://github.com/microsoft/tsyringe/"
},
{
"name": "dayjs",
"url": "https://day.js.org/"
},
{
"name": "Stripe",
"url": "https://stripe.com/"
},
{
"name": "Correios",
"url": "https://www.correios.com.br/"
},
{
"name": "Swagger",
"url": "https://swagger.io/"
},
{
"name": "Eslint",
"url": "https://eslint.org/"
},
{
"name": "Prettier",
"url": "https://prettier.io/"
},
{
"name": "EditorConfig",
"url": "https://editorconfig.org/"
},
{
"name": "GithubActions",
"url": "https://github.com/features/actions/"
}
]
}