A simple webapp that displays a quote. The server side is running Flask and the client side is using Vue.js.
This webapp was made as a code test for Rebla.
This webapp has been tested on Linux Mint 20.2.
If not already installed, install Python 3 and pip.
Clone this repo and go to it.
Then install the required packages:
pip3 install -r requirements.txt
Go to the server folder and start the server:
python3 main.py or: flask run
Go to the URL of the started server:
localhost:5000