Web GIS promote tourism in Vinh Phuc province
View demo in here
GET /api/v1/areas
GET /api/v1/places
GET /api/v1/services
GET /api/v1/services/${id}
Parameter | Type | Description |
---|---|---|
id |
int |
Required. Id of an service to fetch |
To run this project, you will need to add the following environment variables to your .env file
SECRET_KEY
SQLALCHEMY_DATABASE_URI
Clone the project
git clone https://github.com/WhoIsLTD/promote-tourism-in-Vinh-Phuc.git
Go to the project directory
cd promote-tourism-in-Vinh-Phuc
Install packages
pip install -r requirements.txt
Start the server
flask run