/promote-tourism-in-Vinh-Phuc

Build web GIS to promote tourism in Vinh Phuc province

Primary LanguageHTML

Promote tourism in Vinh Phuc province

Web GIS promote tourism in Vinh Phuc province

Demo

View demo in here

Screenshots

App Screenshot

API Reference

Get all areas

  GET /api/v1/areas

Get all places

  GET /api/v1/places

Get all services

  GET /api/v1/services

Get service by id

  GET /api/v1/services/${id}
Parameter Type Description
id int Required. Id of an service to fetch

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

SECRET_KEY

SQLALCHEMY_DATABASE_URI

Run Locally

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

Authors