Skip to content
This repository has been archived by the owner on Oct 2, 2022. It is now read-only.
/ someChat Public archive

A web based chat application written in Flask

Notifications You must be signed in to change notification settings

EladB1/someChat

Repository files navigation

SomeChat

  • A small chat app for learning purposes

Setup

  • Have the following installed:
    • docker
    • docker-compose
    • python3
    • pwgen
      • Or you can create your own passwords and place them in the correct locations
  • Run:
    • ./secret_init.bash (non-root user)
    • docker-compose up -d to run the full app (root user)
    • docker exec -it db_flaskapp /docker-entrypoint-initdb.d/init_db.bash (root user)

About

A web based chat application written in Flask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published