Skip to content

angeasla/text-me

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

text-me

A simple aiohttp web based app, which takes user input from a form and passes it to a db. New posts are naively served through a different endpoint. Created as a joke site for a friend's going-away party where people connected to wifi could send messages appearing on a wall etc.

Start the db

docker compose -f docker-compose-db.yml up

Build & start the server

docker build -t textm . # On the root directory of the project docker run --net=host textm # Running on localhost

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 30.6%
  • Python 25.5%
  • CSS 23.1%
  • JavaScript 20.3%
  • Dockerfile 0.5%