first commit

This commit is contained in:
Martin
2016-04-18 20:56:24 +02:00
commit ae3a566f68
13 changed files with 195 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
# 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`
## Getting started
Starting the application:
`$ python run.py`