Skip to content

Commit 7645faa

Browse files
authored
Merge pull request #26 from No-Country-simulation/docs/project
Docs/project
2 parents 5a8ef97 + 79bc926 commit 7645faa

34 files changed

Lines changed: 426 additions & 27 deletions

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ LINKEDIN_CLIENT_ID=replace-with-id
1212
LINKEDIN_CLIENT_SECRET=replace-with-secret
1313
GOOGLE_CLIENT_ID=replace-with-id
1414
GOOGLE_CLIENT_SECRET=replace-with-secret
15-
VITE_API_URL='http://localhost:3000/api'
15+
VITE_API_URL=http://localhost:3000

Backend/app-talen-backend/endpoints/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ docker compose up --build
3434
La variable base usada por los archivos es:
3535

3636
```http
37-
@baseUrl = http://localhost:3001
37+
@baseUrl = http://localhost:3000
3838
```
3939

4040
Cuando un endpoint requiera autenticacion, primero ejecutar login o register y copiar el JWT en:

Backend/app-talen-backend/endpoints/assessment.http

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@baseUrl = http://localhost:3001
1+
@baseUrl = http://localhost:3000
22
@accessToken =
33

44
### Create my assessment

Backend/app-talen-backend/endpoints/auth.http

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@baseUrl = http://localhost:3001
1+
@baseUrl = http://localhost:3000
22
@accessToken =
33

44
### Register TALENT

Backend/app-talen-backend/endpoints/companies.http

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@baseUrl = http://localhost:3001
1+
@baseUrl = http://localhost:3000
22
@accessToken =
33

44
### Companies endpoints

Backend/app-talen-backend/endpoints/learning.http

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@baseUrl = http://localhost:3001
1+
@baseUrl = http://localhost:3000
22
@accessToken =
33

44
### Generate my learning path from latest assessment

Backend/app-talen-backend/endpoints/marketplace.http

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@baseUrl = http://localhost:3001
1+
@baseUrl = http://localhost:3000
22
@accessToken =
33

44
### Marketplace endpoints

Backend/app-talen-backend/endpoints/profiles.http

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@baseUrl = http://localhost:3001
1+
@baseUrl = http://localhost:3000
22
@accessToken =
33

44
### Create my profile

Backend/app-talen-backend/endpoints/recruiter.http

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@baseUrl = http://localhost:3001
1+
@baseUrl = http://localhost:3000
22
@recruiterToken =
33

44
### 0. Create vacancy

Backend/app-talen-backend/endpoints/skills.http

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@baseUrl = http://localhost:3001
1+
@baseUrl = http://localhost:3000
22
@accessToken =
33

44
### Get my skills

0 commit comments

Comments
 (0)