aronsonben / yab-v3

Yelp Search-By-Category Tool. Attempt #3.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yelp Audience Builder (YAB) v3

My third (fourth) attempt at creating this Yelp search-by-category app.

Development Notes

All development notes for my personal perusal are found below.

Frontend

Nothing yet.

Backend

To start the backend development environment:

1. . venv/bin/activate
2. cd .. /* back to top level */
3. flask run

Note: This is using a workaround to export the env variables, including YELP_KEY. TODO!

Testing

When trying to test, use python -m pytest tests/ from the root directory.

Important Links

All links that have been or will be very important for development are found below.

Frontend

I've decided to learn TypeScript I guess, so here are some important links:

Note: I've ordered them in order that I should read them.

  1. TypeScript Handbook ✅ (read the basics)
  2. React Doc's TypeScript page ✅ (added to project)
  3. chibicode's beginner tutorial ✅ (finished)
  4. React + TypeScript Cheatsheets (finished prereq, keep reading)
  5. create-react-app + TypeScript ✅ (finished)

Developer Tools & Project Setup

Note: It might not be a bad idea for me to get more familiar with industry-standard development tools and resources.

Other Links

Backend

  1. Flask Testing Tutorial

About

Yelp Search-By-Category Tool. Attempt #3.


Languages

Language:TypeScript 70.7%Language:Python 24.3%Language:HTML 3.8%Language:CSS 1.1%Language:Shell 0.1%