To rundev mode python3 --> python -m http.server 8000
Instructions on how data was cleaned:
- Use "DataCleaning.ipynb" to clean the data "python -m notebook"
- Convert shortListModified.csv to json here --> https://csvjson.com/csv2json and save as recipeList.json in data folder
- to clean json after using csv to json
- find & replace ' with "
- find & replace "{ with {
- find & repalce }" with }
- find & replace "": [0-9]+, (in regex mode) with nothing
- upload new recipeList to firebase