Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kazimovzaman2/spotifyapi


https://github.com/kazimovzaman2/spotifyapi

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# SpotifyAPI

[![Build Status](https://travis-ci.org/kazimovzaman2/SpotifyAPI.svg?branch=master)](https://travis-ci.org/kazimovzaman2/SpotifyAPI)
[![Built with](https://img.shields.io/badge/Built_with-Cookiecutter_Django_Rest-F7B633.svg)](https://github.com/agconti/cookiecutter-django-rest)

This is the test SpotifyAPI.. Check out the project's [documentation](http://kazimovzaman2.github.io/SpotifyAPI/).

# Prerequisites

- [Docker](https://docs.docker.com/docker-for-mac/install/)

# Local Development

Start the dev server for local development:
```bash
docker-compose up
```

Run a command inside the docker container:

```bash
docker-compose run --rm web [command]
```