https://github.com/kazimovzaman2/spotifyapi
https://github.com/kazimovzaman2/spotifyapi
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kazimovzaman2/spotifyapi
- Owner: kazimovzaman2
- Created: 2023-09-05T02:35:07.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-25T06:56:30.000Z (over 1 year ago)
- Last Synced: 2025-01-13T12:48:34.274Z (5 months ago)
- Language: Python
- Size: 2.12 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SpotifyAPI
[](https://travis-ci.org/kazimovzaman2/SpotifyAPI)
[](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]
```