Skip to content
This repository has been archived by the owner on Jan 13, 2020. It is now read-only.

This repo display a list of songs and their ratings taken from a JSON file.

Notifications You must be signed in to change notification settings

charliwize/react-songs-display

Repository files navigation

react-songs-display

This repo uses ReactJS to display songs list from a JSON file. The backend is written with Python Flask.

Getting Started

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

About

This repo display a list of songs and their ratings taken from a JSON file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published