This repo uses ReactJS to display songs list from a JSON file. The backend is written with Python Flask.
* git clone https://github.com/charliwize/react-songs-display.git
* npm install
* npm run build
* cd src/server
if you dont have flask-pymongo installed run pip install flask-pymongo
* python route.py
* visit http://127.0.0.1:5000/