Skip to content

Commit ec5fddd

Browse files
authored
Update README.md
1 parent d2ac33f commit ec5fddd

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@
88

99
[![Code Size](https://img.shields.io/github/languages/code-size/HenryLok0/IT114115-FYP-EaseParkHK?style=flat-square&logo=github)](https://github.com/HenryLok0/IT114115-FYP-EaseParkHK)
1010

11-
**EaseParkHK** is a Flask-based car park vacancy system providing real-time parking availability for car parks across Hong Kong districts. It offers an intuitive interface to help users find available parking, view traffic information, check road conditions, and interact with an AI assistant for parking queries.
12-
13-
**Academic Context**
14-
This project is developed as part of the Final Year Project for the [Higher Diploma in Cloud and Data Centre Administration](https://www.vtc.edu.hk/admission/en/programme/it114115-higher-diploma-in-cloud-and-data-centre-administration/) at the Hong Kong Institute of Vocational Education (IVE).
11+
**EaseParkHK** is a Flask-based car park vacancy system providing real-time parking availability for Hong Kong districts. This project was developed as part of the Final Year Project for the [Higher Diploma in Cloud and Data Centre Administration](https://www.vtc.edu.hk/admission/en/programme/it114115-higher-diploma-in-cloud-and-data-centre-administration/) at the Hong Kong Institute of Vocational Education (IVE).
1512

1613
## Features
1714

@@ -53,10 +50,11 @@ This project is developed as part of the Final Year Project for the [Higher Dipl
5350
flask --debug run --host=0.0.0.0
5451
```
5552

56-
## Private Key Customize
53+
## Environment Variables
5754

58-
- __init__.py (line 36) [GOOGLE_GENAI_API_KEY](app/__init__.py) (Replace Your Google Gemini Key)
59-
- config.py (line 6) [postgresql://postgres:postgres@postgresdb:5432/postgres](app/config.py) (Replace Your database link)
55+
Set the following environment variables before running the application:
56+
- `GOOGLE_GENAI_API_KEY`: Your Google Gemini API key, obtained from [Google Cloud Console](https://console.cloud.google.com/).
57+
- `DATABASE_URL`: Your PostgreSQL database URL, e.g., `postgresql://user:password@localhost:5432/dbname`.
6058

6159
## Ports and Services
6260

0 commit comments

Comments
 (0)