POST http://localhost:3001/api/
### # to test the signup POST http://localhost:3001/api/users/signup Content-Type: application/JSON
- {
- "username":"lewis12345", "firstname":"lewis", "lastname":"tedt", "email":"lewis.james.hill@outlook.com", "password":"testingPassword", "isTutor":"false"
}
###
POST http://localhost:3001/api/users/login Content-Type: application/json
- {
- "username":"lewis12345", "password":"testingPassword"
}