Skip to content

Commit c843089

Browse files
authored
Update README.md
1 parent e59f1b2 commit c843089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ API developed to search for a name by it's metaphone (br) on database and return
44

55
## Setup
66
- create a MySql database, you can use [this script](https://github.com/Darklabel91/API_Names/blob/main/database/create_database.txt) if needed
7-
- set a .env file on the project with DB_USERNAME, DB_PASSWORD, DB_NAME, DB_HOST and DB_PORT
7+
- set a .env file on the project with ```DB_USERNAME```, ```DB_PASSWORD```, ```DB_NAME```, ```DB_HOST``` and ```DB_PORT```
88
- run the API ```go run main.go```
99
- use import wizzard on mysql workbench to upload the [.csv file](https://github.com/Darklabel91/API_Names/blob/main/database/name_types.csv)
1010
- have fun

0 commit comments

Comments
 (0)