- command
node server
| | |API CALL | |______________________________________________________| |- Sign Up User | post | /api/users | |- Sign Up Streamer | post | /api/streamers | |- Login User | post | /api/auth/user | |- Login Streamer | post | /api/auth/streamer | |- Get User by Token | get | /api/auth/user | |- Get Streamer by Token | get | /api/auth/streamer | ||||
- command
npm start
| | |URL | |___________________________| | | | |__________________________||