Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/just-paja/festival-api
API service for Improtřesk festival website, Czech theatre improvisation festival
https://github.com/just-paja/festival-api
django improvisation
Last synced: 21 days ago
JSON representation
API service for Improtřesk festival website, Czech theatre improvisation festival
- Host: GitHub
- URL: https://github.com/just-paja/festival-api
- Owner: just-paja
- Created: 2016-12-04T12:08:39.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T01:27:34.000Z (almost 2 years ago)
- Last Synced: 2024-10-05T16:20:50.367Z (about 1 month ago)
- Topics: django, improvisation
- Language: Python
- Size: 591 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# API for Improtřesk festival website
[![CircleCI](https://circleci.com/gh/just-paja/improtresk-api.svg?style=shield)](https://circleci.com/gh/just-paja/improtresk-api)
[![Code Climate](https://codeclimate.com/github/just-paja/improtresk-api/badges/gpa.svg)](https://codeclimate.com/github/just-paja/improtresk-api)
[![Test Coverage](https://codeclimate.com/github/just-paja/improtresk-api/badges/coverage.svg)](https://codeclimate.com/github/just-paja/improtresk-api/coverage)
[![Issue Count](https://codeclimate.com/github/just-paja/improtresk-api/badges/issue_count.svg)](https://codeclimate.com/github/just-paja/improtresk-api)This API service written in [Django](https://www.djangoproject.com/) manages database for Czech theatre improvisation festival called Improtřesk.
## Requirements
* Django 1.10
* Python 3.5# Frontend
Frontend for this app is written in React / Redux. You can see it in separate repository: [improtresk-web](https://github.com/just-paja/improtresk-web).