Skip to content

Commit 1291673

Browse files
authored
Update README.md
1 parent 3399fd3 commit 1291673

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,20 @@ Authentication : JWT
2222
2. Go to the project directory in command prompt
2323
3. Install dependencies -> "npm install"
2424
4. Run app -> "npm start"
25-
5. Load "localhost:3000" in web browser
25+
5. Load "localhost:3000" in web browser/postman
26+
27+
**API Endpoints
28+
*Users
29+
```
30+
get: /users
31+
login: users/login
32+
signup: /users/signup
33+
delete: /users/:userID
34+
```
35+
*To-do's (auth required)
36+
```
37+
get: /tasks
38+
post: /tasks
39+
update: /tasks/:taskID
40+
delete: /tasks/:taskID
41+
```

0 commit comments

Comments
 (0)