File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,9 @@ The repository [**React.js Isomorphic Web Application Architecture**] has a comp
109
109
* Change the ` DB_HOST ` to ` localhost ` in ** .env** and ** tests/.env.test** files.
110
110
* Execute ` npm start ` and You will be able to access the API from http://localhost:3000
111
111
* To run the tests execute ` npm test ` .
112
+
113
+ * Postman APIs Here:
114
+ [ addons/postman] ( https://github.com/janishar/nodejs-backend-architecture-typescript/tree/master/addons/postman )
112
115
113
116
## Learn Backend Development From Our Videos
114
117
* [ Introduction to Web Backend Development for Beginners] ( https://youtu.be/SikmqyFocKQ )
@@ -280,12 +283,15 @@ The repository [**React.js Isomorphic Web Application Architecture**] has a comp
280
283
"message": "Signup Successful",
281
284
"data": {
282
285
"user": {
283
- "_id": "5e7c9d32307a223bb8a4b12b ",
286
+ "_id": "63a19e5ba2730d1599d46c0b ",
284
287
"name": "Janishar Ali",
285
- "email": "ali@github.com",
286
288
"roles": [
287
- "5e7b8acad7aded2407e078d7"
288
- ],
289
+ {
290
+ "_id": "63a197b39e07f859826e6626",
291
+ "code": "LEARNER",
292
+ "status": true
293
+ }
294
+ ],
289
295
"profilePicUrl": "https://avatars1.githubusercontent.com/u/11065002?s=460&u=1e8e42bda7e6f579a2b216767b2ed986619bbf78&v=4"
290
296
},
291
297
"tokens": {
You can’t perform that action at this time.
0 commit comments