The following resources are required to run this app:
- yarn
- Python 3.9 (Download or
brew install python
on MacOS) - Flask and Flask-sqlalchemy (run
pip3 install flask flask-sqlalchemy
)
git clone
this repository- Navigate to
MyBind3r/mybinder/client
- Run
yarn install
- Run
yarn start
- Open a new terminal instance
- Navigate to
MyBind3r/mybinder/api
- Run
python -m flask run