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

https://github.com/fhightower/scheduling-system

Demo scheduling system.
https://github.com/fhightower/scheduling-system

Last synced: 11 months ago
JSON representation

Demo scheduling system.

Awesome Lists containing this project

README

          

# Scheduling System

This scheduling system is based on the demo for [Django Swingtime](https://github.com/dakrauth/django-swingtime).

## Usage

```bash
docker build -t swingtime . && docker run -p 8000:80 swingtime:latest
```