We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e59f1b2 commit c843089Copy full SHA for c843089
README.md
@@ -4,7 +4,7 @@ API developed to search for a name by it's metaphone (br) on database and return
4
5
## Setup
6
- 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
+- set a .env file on the project with ```DB_USERNAME```, ```DB_PASSWORD```, ```DB_NAME```, ```DB_HOST``` and ```DB_PORT```
8
- run the API ```go run main.go```
9
- use import wizzard on mysql workbench to upload the [.csv file](https://github.com/Darklabel91/API_Names/blob/main/database/name_types.csv)
10
- have fun
0 commit comments