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
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,7 @@ Go into the project directory and run the command:
35
35
```bash
36
36
flask run
37
37
```
38
+
38
39
### Database
39
40
40
41
_Geofinder_ uses a Postgres database. Once provisioned, use your preferred DBMS to execute the queries in `database/sql.txt` to install PostGIS and to create the database's schema and tables. Then use `database/geofinderdata.csv` to populate the `locs` table.
@@ -51,7 +52,18 @@ For the embedded maps to work, you need to use your own API Key. Before you can
51
52
52
53
### Environment Variables
53
54
54
-
Tbd
55
+
Set up the following environment variables using your preferred method.
0 commit comments