Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SinghDigamber committed Oct 16, 2019
1 parent 3b7e391 commit 7527828
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -7,7 +7,7 @@ Angular 8 JWT User Authentication Tutorial - Learn how to build and implement JS

## Clone Token-Based Auth API
Clone the repo inside the Angular's root folder.
`git clone https://github.com/SinghDigamber/node-token-based-authentication.git`
* `git clone https://github.com/SinghDigamber/node-token-based-authentication.git`

## Start the Node Server
* Run `npm install` to install required packages
Expand All @@ -22,4 +22,4 @@ Clone the repo inside the Angular's root folder.
* PUT (update user) **/api/update-user/id**
* DELETE (delete user) **/api/delete-user/id**

Node API URL on [http://localhost:4000/api](http://localhost:4000/api)
Node API URL on [http://localhost:4000/api](http://localhost:4000/api)

0 comments on commit 7527828

Please sign in to comment.