Skip to content

Commit 5ff87a7

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 1abd702 + e3db6ba commit 5ff87a7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,16 @@ Finally, run the API using the command:
1717
```go
1818
go run main.go
1919
```
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+
2030

2131
## API Endpoints
2232
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

Comments
 (0)