You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,6 +106,14 @@ It´s a good practice to do tests at your code, so a sample of how to do that in
106
106
npm run test
107
107
```
108
108
109
+
### Formatting code
110
+
111
+
Format your code with prettier by typing:
112
+
113
+
```bash
114
+
npm run format
115
+
```
116
+
109
117
## Usage
110
118
111
119
Once everything is set up to test API routes either use Postman or any other api testing application. Default username/password combination for login is `[email protected]/12345`.
0 commit comments