Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/agconti/piedpiper-web
A sample scaffolded project from https://github.com/agconti/cookiecutter-django-rest
https://github.com/agconti/piedpiper-web
Last synced: 2 days ago
JSON representation
A sample scaffolded project from https://github.com/agconti/cookiecutter-django-rest
- Host: GitHub
- URL: https://github.com/agconti/piedpiper-web
- Owner: agconti
- Created: 2015-06-04T20:54:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T19:43:17.000Z (14 days ago)
- Last Synced: 2024-10-29T21:41:12.868Z (14 days ago)
- Language: Python
- Homepage:
- Size: 862 KB
- Stars: 49
- Watchers: 3
- Forks: 16
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# piedpiper-web
[![Build Status](https://travis-ci.org/agconti/piedpiper-web.svg?branch=master)](https://travis-ci.org/agconti/piedpiper-web)
[![Built with](https://img.shields.io/badge/Built_with-Cookiecutter_Django_Rest-F7B633.svg)](https://github.com/agconti/cookiecutter-django-rest)Its all about a Weissman score > 5.0. Check out the project's [documentation](http://agconti.github.io/piedpiper-web/).
# 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]
```