Skip to content

Blackth01/AwesomeChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AwesomeChat

A simple chat room website built with Flask.

Starting application

  1. pip install -r requirements.txt
  2. create a mysql database and configure the uri on config.py
  3. flask db init
  4. flask db migrate -m "creating database"
  5. flask db upgrade
  6. python chat.py

About

A simple chat room site built with Flask.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published