🩸🍎 -> [HDASH-4 , HDASH-5]: Add flask environment that communicates with React applets #18
Labels
documentation
Improvements or additions to documentation
node packages
truffle-ganache
Truffle & ganache (npm) related issues
Rather than having the flask server be separate to the multiple react projects (e.g. the DAO, frontend for data insertion & manipulation in HDASH-5), we'll be running react & flask consecutively on different ports:
5000
-> Flask3000
-> ReactWhen react is talking to flask (see
package.json
info below), this javascript snippet can be used to fetch (and later push) data from Flask (make sure to insert it just below function name):The text was updated successfully, but these errors were encountered: