Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Portic
gazetteer
Commits
963488aa
Commit
963488aa
authored
May 26, 2020
by
Christine Plumejeaud
Browse files
add README
parents
Changes
1
Show whitespace changes
Inline
Side-by-side
README.md
0 → 100644
View file @
963488aa
# 1. Portic gazetteer : get description of maritime places
Web API above the postgres database developped with Flask to get maritime places description, stored in schema ports
http://gaz.portic.fr/places?uhgs_id=
## 1.1. Installation
Neep Python 3 to be installed
Clone or download this git repo, then
pip3 install -r requirements.txt
### 1.1.1. Running without Apache
python gaz.py
(or create a virtualenv, then activate it and pip install -r requirements && python apidata.py)
Backend is running and serve the data on http://localhost:5004 (change the PORT variable in config.py)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment