https://github.com/tobi-de/djchat
https://github.com/tobi-de/djchat
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tobi-de/djchat
- Owner: Tobi-De
- Created: 2020-08-13T07:37:05.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-04T10:31:12.000Z (almost 5 years ago)
- Last Synced: 2025-04-01T14:50:47.518Z (6 months ago)
- Language: Python
- Size: 172 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# djchat
[](https://travis-ci.org/Tobi-De/djchat)
[](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]
```