MicahWW / Money-Tracking-Functions

The backend to a service to help track how one's money is being spent
0 stars 0 forks source link

Endpoint that shows missing location names #19

Closed MicahWW closed 4 months ago

MicahWW commented 5 months ago

Have an endpoint that checks what locations in the items table don't have a name inside the location names table.

MicahWW commented 5 months ago

@codyswanner you were asking me for a good thing to start with, this would be a good one to begin with. You'll end up working with 2 different tables so you'll get to see some of the structure of both and work with how I'm organizing the code.

So, take a look, make a branch, etc. If you have any questions let me know.