Skip to content

Latest commit

 

History

History
 
 

simple-todo-no-auth

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Simple TODO plugin, No Auth

Run

python -m venv env
. env/bin/activate
pip install -r requirements.txt
python serve.py

Build and Run with Docker

docker build . -t simple-todo-plugin-no-auth
docker run -it --rm -p 8080:8080 simple-todo-plugin-no-auth