Database Schema
Comments
Anuj looks great, only real comment is you should probably change the name of user_id in songs to artist_id or something a little more semantic just for clarity.
Backend Routes
Comments
For your GET users route you probably only need to get a specific user not all users so it should be GET /api/users/:id. Otherwise looks great!
Sample State
Comments
Hey Anuj I saw that users have a profilePic in the sample state but not in the schema.
Frontend Routes
Comments
Database Schema
back_tickedback_tickedback_ticked
Comments
Anuj looks great, only real comment is you should probably change the name of user_id in songs to artist_id or something a little more semantic just for clarity.
Backend Routes
snake_caseGET likesapi endpoint because that info comes through the post show
Comments
For your GET users route you probably only need to get a specific user not all users so it should be GET /api/users/:id. Otherwise looks great!
Sample State
-[x] Sample state is rendered with triple backticks, and the language
(```javascript...```). This will display the state as a code block instead of a giant line of textentitiessessionerrors(here or inui)ui(if needed)commentsinside ofposts
Comments
Hey Anuj I saw that users have a profilePic in the sample state but not in the schema.
Frontend Routes
camelCase
Comments