Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tobked/moviebase
- Owner: TobKed
- Created: 2018-12-04T18:39:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T01:27:59.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T04:27:31.249Z (over 1 year ago)
- Language: Python
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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
```