Skip to content

Commit d523bcd

Browse files
DOC: Database installation procedure
1 parent 50e228c commit d523bcd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@
77

88
- node and npm
99
- A [Google API key](https://console.cloud.google.com/) authorized for "Geocoding API".
10+
- SQLite3
1011

1112
### Installation
1213

1314
npm install
15+
sqlite database.db then CREATE TABLE localization (address TEXT PRIMARY KEY, lat INTEGER NOT NULL, lng INTEGER NOT NULL);
1416

1517
### Start
1618

0 commit comments

Comments
 (0)