Skip to content

Commit c84e548

Browse files
committed
Update database info
1 parent 9e97ccd commit c84e548

File tree

4 files changed

+108
-100
lines changed

4 files changed

+108
-100
lines changed

README.md

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ Go into the project directory and run the command:
3535
```bash
3636
flask run
3737
```
38+
### Database
39+
40+
_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.
41+
42+
Once the database is set up, register an initial user account using the web app. Then change the account's `status` to `admin` using your DMBS.
3843

3944
### Notes on Google Maps
4045

@@ -44,17 +49,9 @@ For the embedded maps to work, you need to use your own API Key. Before you can
4449
* [Set up your Google Cloud project](https://developers.google.com/maps/documentation/javascript/cloud-setup)
4550
* [Using API Keys](https://developers.google.com/maps/documentation/javascript/get-api-key)
4651

47-
### Database
48-
49-
TBD
50-
5152
### Environment Variables
5253

53-
TBD
54-
55-
### Logging In
56-
57-
TBD
54+
Tbd
5855

5956
## Author(s)
6057

@@ -72,11 +69,7 @@ The [initial realease](https://github.com/ggeerraarrdd/geofinder/releases/tag/v1
7269

7370
### Future Work
7471

75-
Improvements and new features development are ongoing.
76-
77-
* Add functionalities to Search History page such as ~~reviewing submitted locations~~ _(Update Nov 2, 2023: Done)_ and ~~more easily re-try locations attempted but not yet found~~ _(Update Nov 2, 2023: Done)_.
78-
* ~~Add administration interface for data management~~. _(Update Jan 8, 2024: Done)_
79-
* ~~Deploy app on AWS EC2~~. _(Update Jan 9, 2024: Done)_
72+
Development is ongoing.
8073

8174
## License
8275

database/geo50data.csv

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)