File tree Expand file tree Collapse file tree 1 file changed +4
-12
lines changed
Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -35,23 +35,15 @@ pulling the docker image and successfully running that includes StudentAppBacken
3535
3636Signup
3737``` bash
38- curl -X POST http ://localhost:8080/auth/signup \
38+ curl https ://localhost:8080/auth/signup \
3939 -H " Content-Type: application/json" \
40- -d ' {
41- "name": "Student Name",
42- "email": "student@example.com",
43- "password": "password123"
44- }'
40+ -d ' {"name":"SasvathRN", "email": "sasvathrn@rnss.com", "password":"password123"}'
4541```
46-
4742Login
4843``` bash
49- curl -X POST http ://localhost:8080/auth/login \
44+ curl https ://localhost:8080/auth/login \
5045 -H " Content-Type: application/json" \
51- -d ' {
52- "email": "student@example.com",
53- "password": "password123"
54- }'
46+ -d ' {"email":"rajesh@example.com","password":"password123"}'
5547```
5648
5749
You can’t perform that action at this time.
0 commit comments