Queries to be written:
- Customer finding dealerships, needs to be able to see all dealerships, by city, county, and state
- Customer needs to be able to see available vehicles at each dealership
- Customer needs to be able to see their purchase records
- Customer needs to be able to see their rental records
- Customer needs to be able to see open work orders for them
- Create a view that has all address info all together (address, zip, city, county, state)
For getting python proj on your own machine w dependencies:
- Make sure you have
uvinstalled- if not, run either
brew install uvorpip install uv brewbetter
- if not, run either
- clone github repo or pull new changes
cd appto change to app directory- run:
uv pip install -r pyproject.toml - then go to whatever IDE you're using to set interpeter
- find "Select Interpreter option"
- Add existing interpreter
- Go to folder where proj is, go to
.venv/bin/python3.13and select it - and then you should be good