jenPlusPlus / backend-capstone

A back-end to support a mental health app. Built using Node.js & Express with a PostgreSQL database. This was paired with my partner's front-end (https://github.com/lolakoala/frontend-capstone) for our capstone project at Turing School.
https://mental-healthy-backend.herokuapp.com/
0 stars 0 forks source link

Wip join tables #36

Closed jenPlusPlus closed 6 years ago

jenPlusPlus commented 6 years ago

This PR gets some endpoints working for real. You should be able to use any endpoints that only deal with one table (like GET /challenges) and also: GET /users GET /users/:userID POST /users GET /professionals

Query for users and professionals does not have the join table hooked up just yet. Other properties should work though, like location, and I'm still working on other endpoints that use join tables.

My experience:

lolakoala commented 6 years ago

This is how I feel about you right now.