For implementing new features go to Issues -> (pick one) -> Assign yourself -> Create a branch (if not created) -> switch to branch in VS Code -> After pull request has been merged DO NOT delete the branch you have worked on
At the database setup there is admin account created.
You can change the credentials in setupDatabase.js
.
Default values:
username: Matthew
password: Mateusz
Password is hashed with sha256.
To check if everything works:
-open Postman
-set request type to { POST
| PUT
| GET
| DELETE
}
-url: localhost:5000/api/{endpoint}
-headers: Content-Type: "application/json"
-body (set to raw): { "parameter_1": "value_1", ... , "parameter_n": "value_n" }