This repository is an example of PyFyre Framework running along with Django as the backend framework.
This project uses:
- Python 3.x
Install all the packages:
pip install requirements.txt
Run the Django app:
py manage.py runserver
Create a new terminal and run the PyFyre app:
cd frontend
pyfyre runapp