Jilano is a website where people can share a specific type of japanese poem : Haiku.
The website's features :
This code is running on Python 3.5+.
Clone the repo :
git clone https://github.com/astariul/jilano.git
cd jilano
Install requirements :
pip install -r requirements.txt
Run tests :
pytest
Start the application in debug mode :
python app.py
Or, start the application in production mode :
python -O app.py
and visit the local website at http://127.0.0.1:8050/
.