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

https://github.com/tobi-de/djchat


https://github.com/tobi-de/djchat

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# djchat

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

Chat application built with django and vuejs. Check out the project's [documentation](http://Tobi-De.github.io/djchat/).

# 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]
```