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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,16 @@ Finally, run the API using the command:
17
17
```go
18
18
go run main.go
19
19
```
20
+
on the first run the prompt will return:
21
+
```
22
+
go run main.go
23
+
- Create Database
24
+
- Created first user
25
+
- Upload data start
26
+
- Upload data finished time_uploading
27
+
- Listening and serving
28
+
```
29
+
20
30
21
31
## API Endpoints
22
32
The main endpoint for the API is ```http://localhost:8080/metaphone/:name```. You need to log in to get an access token before you can access any other endpoint. We use JWT to generate access tokens.
0 commit comments