Liham is a messaging web app. This messenging webapp's main feature is you can communicate with friends using ancient filipino writing systems such as baybayin and tagbanwa.
Create a python virtual environment and run it
py -m venv env
# For Windows
.\env\scripts\activate
# for Unix based OS
source ./env/scripts/activate
Install the dependencies for the back-end
pip install -r requirements.txt
For running the back-end
cd backend
py manage.py runserver