8ad75a0c4186c1c3ba8335f7187967e428d80ba8
Photowall API 2
Provides a REST API to Photowall database.
Installation
$ pip install -r requirements.txt
Configuration
First copy config.sample.py to config.py. This file will be read by the application on startup.
List of available configuration options:
| Name | Description |
|---|---|
SQLALCHEMY_DATABASE_URI |
Database connection string. e.g: postgresql://user:password@localhost/photowall |
DEBUG |
Enable/disable debug mode |
Getting started
Starting the application:
$ python manage.py runserver
Languages
Python
91.2%
Makefile
8%
Shell
0.7%
Dockerfile
0.1%