An application that allows the user to search a dictionary for their favorite words.
cd backend
pip install flask
pip install flask_sqlalchemy
cd backend
python initialize_db.py
- Visit https://owlbot.info/ to get a token (on the bottom of the page)
cd frontend
Create .env file. Inside your .env file, enter:
REACT_APP_API_KEY=my-secret-api-key
cd frontend
npm install
npm start
cd backend
python app.py