Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tobked/moviebase

First attempts with creating RESTful API
https://github.com/tobked/moviebase

Last synced: about 1 month ago
JSON representation

First attempts with creating RESTful API

Awesome Lists containing this project

README

        

# moviebase [![Build Status](https://travis-ci.org/TobKed/moviebase.svg?branch=master)](https://travis-ci.org/TobKed/moviebase) [![codecov](https://codecov.io/gh/TobKed/moviebase/branch/master/graph/badge.svg)](https://codecov.io/gh/TobKed/moviebase)
First attempts with creating RESTful API and Continous Integration (Travis)

Tests run
```bash
cd src
coverage run --source="." manage.py test && coverage report
```