Skip to content

Commit 6a2d768

Browse files
committed
update readme
1 parent cc000fc commit 6a2d768

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ The repository [**React.js Isomorphic Web Application Architecture**] has a comp
109109
* Change the `DB_HOST` to `localhost` in **.env** and **tests/.env.test** files.
110110
* Execute `npm start` and You will be able to access the API from http://localhost:3000
111111
* 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)
112115

113116
## Learn Backend Development From Our Videos
114117
* [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
280283
"message": "Signup Successful",
281284
"data": {
282285
"user": {
283-
"_id": "5e7c9d32307a223bb8a4b12b",
286+
"_id": "63a19e5ba2730d1599d46c0b",
284287
"name": "Janishar Ali",
285-
"email": "ali@github.com",
286288
"roles": [
287-
"5e7b8acad7aded2407e078d7"
288-
],
289+
{
290+
"_id": "63a197b39e07f859826e6626",
291+
"code": "LEARNER",
292+
"status": true
293+
}
294+
],
289295
"profilePicUrl": "https://avatars1.githubusercontent.com/u/11065002?s=460&u=1e8e42bda7e6f579a2b216767b2ed986619bbf78&v=4"
290296
},
291297
"tokens": {

0 commit comments

Comments
 (0)