8000 GitHub - danidee10/atmfinda-api: Flask API for the atmfinda app
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

danidee10/atmfinda-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

atmfinda

Build Status

Maintainability

API for the atmfinda app

Installation

pip install -r requirements.txt

Create the Postgres database and enable the postgis extension, the default database in the config file is atmfinda, create it and then connect with psql

psql -c atmfinda

# CREATE EXTENSION postgis;

Run the application

Make sure you're in the same directory as app.py

export FLASK_APP=app.py
export FLASK_DEBUG=1

flask run

Running the tests

Make sure you're in the same directory where tests.py is located i.e The Root directory

python tests.py

About

Flask API for the atmfinda app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0