astariul / jilano

Webapp for Haiku
https://jilano.herokuapp.com/
0 stars 0 forks source link
hacktoberfest python

Jilano

Jilano's logo

test status replit

Jilano is a website where people can share a specific type of japanese poem : Haiku.

The website's features :

Get started

Installing

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

Running tests

Run tests :

pytest

Deployment

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/.