Skip to content

Chat application project for PyBCN 2021 workshop

Notifications You must be signed in to change notification settings

preply/pybcn_2021_chat

Repository files navigation

Chat application project for PyBCN 2021 workshop

Proof of concept application for playing with Python and other technologies (like Websockets), as part of the PyBCN 2021 event

Requirements

Usage

make <command>

List of available commands:

  • run build application containers and run with dev server (runs all new db migrations)
  • build build application containers
  • admin add superuser
  • stop stop application and all its containers
  • db initialize application database
  • migrate generate database migration file
  • upgrade apply latest database migration files
  • merge-heads generate database migration file for heads merging
  • bash open bash shell inside app container
  • test run all tests
  • test file=path/to/tests.py::some_test run separate dir/module/test

Run server

make run

May ask for superuser rights (for Docker)

Swagger

Swagger is available after running server (http:https://localhost:5000/docs/)

About

Chat application project for PyBCN 2021 workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •