Skip to content

mpdaugherty/coding_assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ssh-keygen -t rsa -b 4096 -C "your_email@example.com" -f ./config/coding_assistant mv ./config/coding_assistant ./config/coding_assistant.sshkey

Flask Chat App

This is a simple chat app built with Flask and SocketIO. It allows users to send messages in real-time and run a long-running task in the background. This app is a work-in-progress and can be used as a starting point for building more complex Flask apps.

Getting started

To get started with developing this app, you'll need to:

  1. Clone the repository to your local machine
  2. Install the dependencies with pip install -r requirements.txt
  3. Start the development server with python app.py

Contributing

Contributions are welcome! To contribute to this app, you can:

  • Fork the repository and make your changes
  • Submit a pull request with your changes
  • Report any issues or bugs you find

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published